Html Css Color HEX #3FDE1B Lime Green

📋 copy color: '#3FDE1B'

red 63 ◦ green 222 ◦ blue 27

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

Shades of Lime Green #3FDE1B

Tints of Lime Green #3FDE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.15%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 20.19%
G = 71.15%
B = 8.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#3FDE1B (or 0x3FDE1B) is known color: Lime Green. HEX triplet: 3F, DE and 1B. RGB value is (63,222,27). Sum of RGB (Red+Green+Blue) = 63+222+27=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDE1B is #C021E4. Grayscale: #989898. Windows color (decimal): -12591589 or 1826367. OLE color: 1826367.

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

Color convert

RGB 63 222 27 -
CMYK 0.72 0 0.88 0.13
HSL 108.92º 0.78% 0.49% -
HSV(B) 108.92º 0.88% 0.87% -
XYZ 28.37 53.38 9.84 -
YUV 152.23 57.32 64.36 -
System Red Green Blue C M Y K H S L
Decimal 63 222 27 0.72 0 0.88 0.13 108.92 0.78 0.49
Hex 3F DE 1B 48 0 58 D 6D 4E 31
Octal 77 336 33 110 0 130 15 155 116 61
Binary 111111 11011110 11011 1001000 0 1011000 1101 1101101 1001110 110001

Color Harmonies of #3FDE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDE1B

Black with #3FDE1B

Text Example


Text Example

White with #3FDE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,222,27); }

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

background-color css

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

 a { background-color: rgb(63,222,27); }

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

border-color css

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

 span { border-color: rgb(63,222,27); }

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