Html Css Color HEX #3FDF1E Lime Green

📋 copy color: '#3FDF1E'

red 63 ◦ green 223 ◦ blue 30

#3FDF1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3FDF1E

Tints of Lime Green #3FDF1E

RGB

 RED value IS 63 (25% from 255) = 19.94%

 GREEN value IS 223 (87.5% from 255) = 70.57%

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 19.94%
G = 70.57%
B = 9.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3FDF1E (or 0x3FDF1E) is known color: Lime Green. HEX triplet: 3F, DF and 1E. RGB value is (63,223,30). Sum of RGB (Red+Green+Blue) = 63+223+30=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF1E is #C020E1. Grayscale: #999999. Windows color (decimal): -12591330 or 2023231. OLE color: 2023231.

HSL color Cylindrical-coordinate representation of color #3FDF1E: hue angle of 109.74º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FDF1E is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 223 30 -
CMYK 0.72 0 0.87 0.13
HSL 109.74º 0.76% 0.5% -
HSV(B) 109.74º 0.87% 0.87% -
XYZ 28.67 53.93 10.13 -
YUV 153.16 58.49 63.69 -
System Red Green Blue C M Y K H S L
Decimal 63 223 30 0.72 0 0.87 0.13 109.74 0.76 0.5
Hex 3F DF 1E 48 0 57 D 6E 4C 32
Octal 77 337 36 110 0 127 15 156 114 62
Binary 111111 11011111 11110 1001000 0 1010111 1101 1101110 1001100 110010

Color Harmonies of #3FDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF1E

Black with #3FDF1E

Text Example


Text Example

White with #3FDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FDF1E; }

 p { color: rgb(63,223,30); }

 H1.HeaderClassName
 {
   color: #3FDF1E;
 }
 .AnyTagClassName
 {
   color: #3FDF1E;
 }
</style>

background-color css

<style>
 a { background-color: #3FDF1E; }

 a { background-color: rgb(63,223,30); }

 div.DivClassName
 {
   background-color: #3FDF1E;
 }
 .BgClassName
 {
   background-color: #3FDF1E;
 }
</style>

border-color css

<style>
 span { border-color: #3FDF1E; }

 span { border-color: rgb(63,223,30); }

 td.TdClassName
 {
   border-color: #3FDF1E;
 }
 .TagClassName
 {
   border-color: #3FDF1E;
 }
</style>