Html Css Color HEX #1CCC05 Lime Green

📋 copy color: '#1CCC05'

red 28 ◦ green 204 ◦ blue 5

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

Shades of Lime Green #1CCC05

Tints of Lime Green #1CCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 11.81%
G = 86.08%
B = 2.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#1CCC05 (or 0x1CCC05) is known color: Lime Green. HEX triplet: 1C, CC and 05. RGB value is (28,204,5). Sum of RGB (Red+Green+Blue) = 28+204+5=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 204 (80.08% from 255 or 86.08% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC05 is #E333FA. Grayscale: #818181. Windows color (decimal): -14889979 or 379932. OLE color: 379932.

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

Color convert

RGB 28 204 5 -
CMYK 0.86 0 0.98 0.2
HSL 113.07º 0.95% 0.41% -
HSV(B) 113.07º 0.98% 0.8% -
XYZ 22.1 43.44 7.36 -
YUV 128.69 58.19 56.18 -
System Red Green Blue C M Y K H S L
Decimal 28 204 5 0.86 0 0.98 0.2 113.07 0.95 0.41
Hex 1C CC 5 56 0 62 14 71 5F 29
Octal 34 314 5 126 0 142 24 161 137 51
Binary 11100 11001100 101 1010110 0 1100010 10100 1110001 1011111 101001

Color Harmonies of #1CCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC05

Black with #1CCC05

Text Example


Text Example

White with #1CCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,5); }

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

background-color css

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

 a { background-color: rgb(28,204,5); }

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

border-color css

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

 span { border-color: rgb(28,204,5); }

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