Html Css Color HEX #1FCF19 Lime Green

📋 copy color: '#1FCF19'

red 31 ◦ green 207 ◦ blue 25

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

Shades of Lime Green #1FCF19

Tints of Lime Green #1FCF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 11.79%
G = 78.71%
B = 9.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#1FCF19 (or 0x1FCF19) is known color: Lime Green. HEX triplet: 1F, CF and 19. RGB value is (31,207,25). Sum of RGB (Red+Green+Blue) = 31+207+25=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCF19 is #E030E6. Grayscale: #868686. Windows color (decimal): -14692583 or 1691423. OLE color: 1691423.

HSL color Cylindrical-coordinate representation of color #1FCF19: hue angle of 118.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCF19 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 207 25 -
CMYK 0.85 0 0.88 0.19
HSL 118.02º 0.78% 0.45% -
HSV(B) 118.02º 0.88% 0.81% -
XYZ 23.05 44.99 8.39 -
YUV 133.63 66.69 54.8 -
System Red Green Blue C M Y K H S L
Decimal 31 207 25 0.85 0 0.88 0.19 118.02 0.78 0.45
Hex 1F CF 19 55 0 58 13 76 4E 2D
Octal 37 317 31 125 0 130 23 166 116 55
Binary 11111 11001111 11001 1010101 0 1011000 10011 1110110 1001110 101101

Color Harmonies of #1FCF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF19

Black with #1FCF19

Text Example


Text Example

White with #1FCF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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