Html Css Color HEX #1CCC2A Lime Green

📋 copy color: '#1CCC2A'

red 28 ◦ green 204 ◦ blue 42

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

Shades of Lime Green #1CCC2A

Tints of Lime Green #1CCC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 10.22%
G = 74.45%
B = 15.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#1CCC2A (or 0x1CCC2A) is known color: Lime Green. HEX triplet: 1C, CC and 2A. RGB value is (28,204,42). Sum of RGB (Red+Green+Blue) = 28+204+42=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC2A is #E333D5. Grayscale: #858585. Windows color (decimal): -14889942 or 2804764. OLE color: 2804764.

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

Color convert

RGB 28 204 42 -
CMYK 0.86 0 0.79 0.2
HSL 124.77º 0.76% 0.45% -
HSV(B) 124.77º 0.86% 0.8% -
XYZ 22.49 43.6 9.42 -
YUV 132.91 76.69 53.17 -
System Red Green Blue C M Y K H S L
Decimal 28 204 42 0.86 0 0.79 0.2 124.77 0.76 0.45
Hex 1C CC 2A 56 0 4F 14 7D 4C 2D
Octal 34 314 52 126 0 117 24 175 114 55
Binary 11100 11001100 101010 1010110 0 1001111 10100 1111101 1001100 101101

Color Harmonies of #1CCC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC2A

Black with #1CCC2A

Text Example


Text Example

White with #1CCC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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