Html Css Color HEX #1CCC22 Lime Green

📋 copy color: '#1CCC22'

red 28 ◦ green 204 ◦ blue 34

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

Shades of Lime Green #1CCC22

Tints of Lime Green #1CCC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 10.53%
G = 76.69%
B = 12.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#1CCC22 (or 0x1CCC22) is known color: Lime Green. HEX triplet: 1C, CC and 22. RGB value is (28,204,34). Sum of RGB (Red+Green+Blue) = 28+204+34=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC22 is #E333DD. Grayscale: #848484. Windows color (decimal): -14889950 or 2280476. OLE color: 2280476.

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

Color convert

RGB 28 204 34 -
CMYK 0.86 0 0.83 0.2
HSL 122.05º 0.76% 0.45% -
HSV(B) 122.05º 0.86% 0.8% -
XYZ 22.36 43.55 8.74 -
YUV 132 72.69 53.82 -
System Red Green Blue C M Y K H S L
Decimal 28 204 34 0.86 0 0.83 0.2 122.05 0.76 0.45
Hex 1C CC 22 56 0 53 14 7A 4C 2D
Octal 34 314 42 126 0 123 24 172 114 55
Binary 11100 11001100 100010 1010110 0 1010011 10100 1111010 1001100 101101

Color Harmonies of #1CCC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC22

Black with #1CCC22

Text Example


Text Example

White with #1CCC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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