#36F64B

Color #36F64B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #36F64B

Tints of Lime Green #36F64B

Color information

#36F64B (or 0x36F64B) is unknown color: approx Lime Green. HEX triplet: 36, F6 and 4B. RGB value is (54,246,75). Sum of RGB (Red+Green+Blue) = 54+246+75=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 246 (96.48% from 255 or 65.6% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 246 - color contains mainly: green. Hex color #36F64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F64B is #C909B4. Grayscale: #A9A9A9. Windows color (decimal): -13175221 or 4978230. OLE color: 4978230.

HSL color Cylindrical-coordinate representation of color #36F64B: hue angle of 126.56º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F64B is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB5424675-
CMYK0.7800.700.04
HSL126.56º91.43%58.82%-
HSV(B)126.56º78.05%96.47%-
XYZ35.7567.217.74-
YUV169.174.8945.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.4%
GREEN value IS 246 (96.48% from 255) = 65.6%
BLUE value IS 75 (29.69% from 255) = 20%
R=14.4%
G=65.6%
B=20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal54246750.7800.700.04126.5691.4358.82
Hex36F64B4E04647f5b3b
Octal663661131160106417713373
Binary11011011110110100101110011100100011010011111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36F64B; }

 p { color: rgb(54,246,75); }

 H1.HeaderClassName
 {
   color: #36F64B;
 }
 .AnyTagClassName
 {
   color: #36F64B;
 }
</style>
background-color css

<style>
 a { background-color: #36F64B; }

 a { background-color: rgb(54,246,75); }

 div.DivClassName
 {
   background-color: #36F64B;
 }
 .BgClassName
 {
   background-color: #36F64B;
 }
</style>
border-color css

<style>
 span { border-color: #36F64B; }

 span { border-color: rgb(54,246,75); }

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