Html Css Color HEX #1FCF36 Lime Green

📋 copy color: '#1FCF36'

red 31 ◦ green 207 ◦ blue 54

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

Shades of Lime Green #1FCF36

Tints of Lime Green #1FCF36

RGB

 RED value IS 31 (12.5% from 255) = 10.62%

 GREEN value IS 207 (81.25% from 255) = 70.89%

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

R = 10.62%
G = 70.89%
B = 18.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1FCF36: hue angle of 127.84º 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 #1FCF36 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 207 54 -
CMYK 0.85 0 0.74 0.19
HSL 127.84º 0.74% 0.47% -
HSV(B) 127.84º 0.85% 0.81% -
XYZ 23.54 45.18 10.97 -
YUV 136.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 31 207 54 0.85 0 0.74 0.19 127.84 0.74 0.47
Hex 1F CF 36 55 0 4A 13 80 4A 2F
Octal 37 317 66 125 0 112 23 200 112 57
Binary 11111 11001111 110110 1010101 0 1001010 10011 10000000 1001010 101111

Color Harmonies of #1FCF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF36

Black with #1FCF36

Text Example


Text Example

White with #1FCF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FCF36; }

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

 H1.HeaderClassName
 {
   color: #1FCF36;
 }
 .AnyTagClassName
 {
   color: #1FCF36;
 }
</style>

background-color css

<style>
 a { background-color: #1FCF36; }

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

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

border-color css

<style>
 span { border-color: #1FCF36; }

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

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