Html Css Color HEX #1FCC00 Lime Green

📋 copy color: '#1FCC00'

red 31 ◦ green 204 ◦ blue 0

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

Shades of Lime Green #1FCC00

Tints of Lime Green #1FCC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.19%
G = 86.81%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#1FCC00 (or 0x1FCC00) is known color: Lime Green. HEX triplet: 1F, CC and 00. RGB value is (31,204,0). Sum of RGB (Red+Green+Blue) = 31+204+0=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 204 (80.08% from 255 or 86.81% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCC00 is #E033FF. Grayscale: #818181. Windows color (decimal): -14693376 or 52255. OLE color: 52255.

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

Color convert

RGB 31 204 0 -
CMYK 0.85 0 1 0.2
HSL 110.88º 1% 0.4% -
HSV(B) 110.88º 1% 0.8% -
XYZ 22.16 43.48 7.22 -
YUV 129.02 55.19 58.09 -
System Red Green Blue C M Y K H S L
Decimal 31 204 0 0.85 0 1 0.2 110.88 1 0.4
Hex 1F CC 0 55 0 64 14 6F 64 28
Octal 37 314 0 125 0 144 24 157 144 50
Binary 11111 11001100 0 1010101 0 1100100 10100 1101111 1100100 101000

Color Harmonies of #1FCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC00

Black with #1FCC00

Text Example


Text Example

White with #1FCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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