Html Css Color HEX #1FCD18 Lime Green

📋 copy color: '#1FCD18'

red 31 ◦ green 205 ◦ blue 24

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

Shades of Lime Green #1FCD18

Tints of Lime Green #1FCD18

RGB

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

 GREEN value IS 205 (80.47% from 255) = 78.85%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 11.92%
G = 78.85%
B = 9.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#1FCD18 (or 0x1FCD18) is known color: Lime Green. HEX triplet: 1F, CD and 18. RGB value is (31,205,24). Sum of RGB (Red+Green+Blue) = 31+205+24=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 205 (80.47% from 255 or 78.85% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCD18 is #E032E7. Grayscale: #848484. Windows color (decimal): -14693096 or 1625375. OLE color: 1625375.

HSL color Cylindrical-coordinate representation of color #1FCD18: hue angle of 117.68º degrees, saturation: 0.79, 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 #1FCD18 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 205 24 -
CMYK 0.85 0 0.88 0.20
HSL 117.68º 0.79% 0.45% -
HSV(B) 117.68º 0.88% 0.8% -
XYZ 22.56 44.02 8.17 -
YUV 132.34 66.85 55.72 -
System Red Green Blue C M Y K H S L
Decimal 31 205 24 0.85 0 0.88 0.20 117.68 0.79 0.45
Hex 1F CD 18 55 0 58 14 76 4F 2D
Octal 37 315 30 125 0 130 24 166 117 55
Binary 11111 11001101 11000 1010101 0 1011000 10100 1110110 1001111 101101

Color Harmonies of #1FCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD18

Black with #1FCD18

Text Example


Text Example

White with #1FCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,205,24); }

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

background-color css

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

 a { background-color: rgb(31,205,24); }

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

border-color css

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

 span { border-color: rgb(31,205,24); }

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