Html Css Color HEX #3FF036 Lime Green

📋 copy color: '#3FF036'

red 63 ◦ green 240 ◦ blue 54

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

Shades of Lime Green #3FF036

Tints of Lime Green #3FF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.23%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 17.65%
G = 67.23%
B = 15.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#3FF036 (or 0x3FF036) is known color: Lime Green. HEX triplet: 3F, F0 and 36. RGB value is (63,240,54). Sum of RGB (Red+Green+Blue) = 63+240+54=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF036 is #C00FC9. Grayscale: #A6A6A6. Windows color (decimal): -12586954 or 3600447. OLE color: 3600447.

HSL color Cylindrical-coordinate representation of color #3FF036: hue angle of 117.1º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FF036 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 54 -
CMYK 0.74 0 0.78 0.06
HSL 117.1º 0.86% 0.58% -
HSV(B) 117.1º 0.78% 0.94% -
XYZ 33.88 63.64 13.99 -
YUV 165.87 64.86 54.62 -
System Red Green Blue C M Y K H S L
Decimal 63 240 54 0.74 0 0.78 0.06 117.1 0.86 0.58
Hex 3F F0 36 4A 0 4E 6 75 56 3A
Octal 77 360 66 112 0 116 6 165 126 72
Binary 111111 11110000 110110 1001010 0 1001110 110 1110101 1010110 111010

Color Harmonies of #3FF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF036

Black with #3FF036

Text Example


Text Example

White with #3FF036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,54); }

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

background-color css

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

 a { background-color: rgb(63,240,54); }

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

border-color css

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

 span { border-color: rgb(63,240,54); }

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