Html Css Color HEX #1CCB06 Lime Green

📋 copy color: '#1CCB06'

red 28 ◦ green 203 ◦ blue 6

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

Shades of Lime Green #1CCB06

Tints of Lime Green #1CCB06

RGB

 RED value IS 28 (11.33% from 255) = 11.81%

 GREEN value IS 203 (79.69% from 255) = 85.65%

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

R = 11.81%
G = 85.65%
B = 2.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#1CCB06 (or 0x1CCB06) is known color: Lime Green. HEX triplet: 1C, CB and 06. RGB value is (28,203,6). Sum of RGB (Red+Green+Blue) = 28+203+6=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 203 (79.69% from 255 or 85.65% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCB06 is #E334F9. Grayscale: #808080. Windows color (decimal): -14890234 or 445212. OLE color: 445212.

HSL color Cylindrical-coordinate representation of color #1CCB06: hue angle of 113.3º 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 #1CCB06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 6 -
CMYK 0.86 0 0.97 0.20
HSL 113.3º 0.94% 0.41% -
HSV(B) 113.3º 0.97% 0.8% -
XYZ 21.87 42.97 7.31 -
YUV 128.22 59.02 56.52 -
System Red Green Blue C M Y K H S L
Decimal 28 203 6 0.86 0 0.97 0.20 113.3 0.94 0.41
Hex 1C CB 6 56 0 61 14 71 5E 29
Octal 34 313 6 126 0 141 24 161 136 51
Binary 11100 11001011 110 1010110 0 1100001 10100 1110001 1011110 101001

Color Harmonies of #1CCB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCB06

Black with #1CCB06

Text Example


Text Example

White with #1CCB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,203,6); }

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

background-color css

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

 a { background-color: rgb(28,203,6); }

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

border-color css

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

 span { border-color: rgb(28,203,6); }

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