Html Css Color HEX #1CC72A Lime Green

📋 copy color: '#1CC72A'

red 28 ◦ green 199 ◦ blue 42

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

Shades of Lime Green #1CC72A

Tints of Lime Green #1CC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 73.98%

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

R = 10.41%
G = 73.98%
B = 15.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#1CC72A (or 0x1CC72A) is known color: Lime Green. HEX triplet: 1C, C7 and 2A. RGB value is (28,199,42). Sum of RGB (Red+Green+Blue) = 28+199+42=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 199 (78.12% from 255 or 73.98% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC72A is #E338D5. Grayscale: #828282. Windows color (decimal): -14891222 or 2803484. OLE color: 2803484.

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

Color convert

RGB 28 199 42 -
CMYK 0.86 0 0.79 0.22
HSL 124.91º 0.75% 0.45% -
HSV(B) 124.91º 0.86% 0.78% -
XYZ 21.32 41.26 9.03 -
YUV 129.97 78.35 55.27 -
System Red Green Blue C M Y K H S L
Decimal 28 199 42 0.86 0 0.79 0.22 124.91 0.75 0.45
Hex 1C C7 2A 56 0 4F 16 7D 4B 2D
Octal 34 307 52 126 0 117 26 175 113 55
Binary 11100 11000111 101010 1010110 0 1001111 10110 1111101 1001011 101101

Color Harmonies of #1CC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC72A

Black with #1CC72A

Text Example


Text Example

White with #1CC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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