Html Css Color HEX #1FCC06 Lime Green

📋 copy color: '#1FCC06'

red 31 ◦ green 204 ◦ blue 6

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

Shades of Lime Green #1FCC06

Tints of Lime Green #1FCC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 12.86%
G = 84.65%
B = 2.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#1FCC06 (or 0x1FCC06) is known color: Lime Green. HEX triplet: 1F, CC and 06. RGB value is (31,204,6). Sum of RGB (Red+Green+Blue) = 31+204+6=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCC06 is #E033F9. Grayscale: #828282. Windows color (decimal): -14693370 or 445471. OLE color: 445471.

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

Color convert

RGB 31 204 6 -
CMYK 0.85 0 0.97 0.2
HSL 112.42º 0.94% 0.41% -
HSV(B) 112.42º 0.97% 0.8% -
XYZ 22.19 43.49 7.4 -
YUV 129.7 58.19 57.6 -
System Red Green Blue C M Y K H S L
Decimal 31 204 6 0.85 0 0.97 0.2 112.42 0.94 0.41
Hex 1F CC 6 55 0 61 14 70 5E 29
Octal 37 314 6 125 0 141 24 160 136 51
Binary 11111 11001100 110 1010101 0 1100001 10100 1110000 1011110 101001

Color Harmonies of #1FCC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC06

Black with #1FCC06

Text Example


Text Example

White with #1FCC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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