Html Css Color HEX #1CC42A Lime Green

📋 copy color: '#1CC42A'

red 28 ◦ green 196 ◦ blue 42

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

Shades of Lime Green #1CC42A

Tints of Lime Green #1CC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 73.68%

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

R = 10.53%
G = 73.68%
B = 15.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#1CC42A (or 0x1CC42A) is known color: Lime Green. HEX triplet: 1C, C4 and 2A. RGB value is (28,196,42). Sum of RGB (Red+Green+Blue) = 28+196+42=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC42A is #E33BD5. Grayscale: #808080. Windows color (decimal): -14891990 or 2802716. OLE color: 2802716.

HSL color Cylindrical-coordinate representation of color #1CC42A: hue angle of 125º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC42A is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 196 42 -
CMYK 0.86 0 0.79 0.23
HSL 125º 0.75% 0.44% -
HSV(B) 125º 0.86% 0.77% -
XYZ 20.64 39.89 8.8 -
YUV 128.21 79.34 56.52 -
System Red Green Blue C M Y K H S L
Decimal 28 196 42 0.86 0 0.79 0.23 125 0.75 0.44
Hex 1C C4 2A 56 0 4F 17 7D 4B 2C
Octal 34 304 52 126 0 117 27 175 113 54
Binary 11100 11000100 101010 1010110 0 1001111 10111 1111101 1001011 101100

Color Harmonies of #1CC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC42A

Black with #1CC42A

Text Example


Text Example

White with #1CC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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