Html Css Color HEX #1FCC19 Lime Green

📋 copy color: '#1FCC19'

red 31 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #1FCC19

Tints of Lime Green #1FCC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 78.46%

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

R = 11.92%
G = 78.46%
B = 9.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#1FCC19 (or 0x1FCC19) is known color: Lime Green. HEX triplet: 1F, CC and 19. RGB value is (31,204,25). Sum of RGB (Red+Green+Blue) = 31+204+25=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 204 (80.08% from 255 or 78.46% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCC19 is #E033E6. Grayscale: #848484. Windows color (decimal): -14693351 or 1690655. OLE color: 1690655.

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

Color convert

RGB 31 204 25 -
CMYK 0.85 0 0.88 0.2
HSL 117.99º 0.78% 0.45% -
HSV(B) 117.99º 0.88% 0.8% -
XYZ 22.33 43.55 8.15 -
YUV 131.87 67.69 56.05 -
System Red Green Blue C M Y K H S L
Decimal 31 204 25 0.85 0 0.88 0.2 117.99 0.78 0.45
Hex 1F CC 19 55 0 58 14 76 4E 2D
Octal 37 314 31 125 0 130 24 166 116 55
Binary 11111 11001100 11001 1010101 0 1011000 10100 1110110 1001110 101101

Color Harmonies of #1FCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC19

Black with #1FCC19

Text Example


Text Example

White with #1FCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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