Html Css Color HEX #1CCB03 Lime Green

📋 copy color: '#1CCB03'

red 28 ◦ green 203 ◦ blue 3

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

Shades of Lime Green #1CCB03

Tints of Lime Green #1CCB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 11.97%
G = 86.75%
B = 1.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#1CCB03 (or 0x1CCB03) is known color: Lime Green. HEX triplet: 1C, CB and 03. RGB value is (28,203,3). Sum of RGB (Red+Green+Blue) = 28+203+3=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 203 (79.69% from 255 or 86.75% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCB03 is #E334FC. Grayscale: #808080. Windows color (decimal): -14890237 or 248604. OLE color: 248604.

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

Color convert

RGB 28 203 3 -
CMYK 0.86 0 0.99 0.20
HSL 112.5º 0.97% 0.4% -
HSV(B) 112.5º 0.99% 0.8% -
XYZ 21.85 42.97 7.23 -
YUV 127.88 57.52 56.76 -
System Red Green Blue C M Y K H S L
Decimal 28 203 3 0.86 0 0.99 0.20 112.5 0.97 0.4
Hex 1C CB 3 56 0 63 14 70 61 28
Octal 34 313 3 126 0 143 24 160 141 50
Binary 11100 11001011 11 1010110 0 1100011 10100 1110000 1100001 101000

Color Harmonies of #1CCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCB03

Black with #1CCB03

Text Example


Text Example

White with #1CCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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