Html Css Color HEX #1FCF32 Lime Green

📋 copy color: '#1FCF32'

red 31 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #1FCF32

Tints of Lime Green #1FCF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 10.76%
G = 71.88%
B = 17.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#1FCF32 (or 0x1FCF32) is known color: Lime Green. HEX triplet: 1F, CF and 32. RGB value is (31,207,50). Sum of RGB (Red+Green+Blue) = 31+207+50=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF32 is #E030CD. Grayscale: #888888. Windows color (decimal): -14692558 or 3329823. OLE color: 3329823.

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

Color convert

RGB 31 207 50 -
CMYK 0.85 0 0.76 0.19
HSL 126.48º 0.74% 0.47% -
HSV(B) 126.48º 0.85% 0.81% -
XYZ 23.45 45.15 10.5 -
YUV 136.48 79.19 52.77 -
System Red Green Blue C M Y K H S L
Decimal 31 207 50 0.85 0 0.76 0.19 126.48 0.74 0.47
Hex 1F CF 32 55 0 4C 13 7E 4A 2F
Octal 37 317 62 125 0 114 23 176 112 57
Binary 11111 11001111 110010 1010101 0 1001100 10011 1111110 1001010 101111

Color Harmonies of #1FCF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF32

Black with #1FCF32

Text Example


Text Example

White with #1FCF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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