#36CF1F

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

Shades of Lime Green #36CF1F

Tints of Lime Green #36CF1F

Color information

#36CF1F (or 0x36CF1F) is unknown color: approx Lime Green. HEX triplet: 36, CF and 1F. RGB value is (54,207,31). Sum of RGB (Red+Green+Blue) = 54+207+31=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CF1F is #C930E0. Grayscale: #8D8D8D. Windows color (decimal): -13185249 or 2084662. OLE color: 2084662.

HSL color Cylindrical-coordinate representation of color #36CF1F: hue angle of 112.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36CF1F is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB5420731-
CMYK0.7400.850.19
HSL112.16º73.95%46.67%-
HSV(B)112.16º85.02%81.18%-
XYZ24.0845.518.81-
YUV141.1965.8165.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 207 (81.25% from 255) = 70.89%
BLUE value IS 31 (12.5% from 255) = 10.62%
R=18.49%
G=70.89%
B=10.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal54207310.7400.850.19112.1673.9546.67
Hex36CF1F4A05513704a2f
Octal663173711201252316011257
Binary11011011001111111111001010010101011001111100001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,207,31); }

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

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

 a { background-color: rgb(54,207,31); }

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

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

 span { border-color: rgb(54,207,31); }

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