Html Css Color HEX #1CC52A Lime Green

📋 copy color: '#1CC52A'

red 28 ◦ green 197 ◦ blue 42

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

Shades of Lime Green #1CC52A

Tints of Lime Green #1CC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.78%

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

R = 10.49%
G = 73.78%
B = 15.73%

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

#1CC52A (or 0x1CC52A) is known color: Lime Green. HEX triplet: 1C, C5 and 2A. RGB value is (28,197,42). Sum of RGB (Red+Green+Blue) = 28+197+42=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 197 (77.34% from 255 or 73.78% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC52A is #E33AD5. Grayscale: #818181. Windows color (decimal): -14891734 or 2802972. OLE color: 2802972.

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

Color convert

RGB 28 197 42 -
CMYK 0.86 0 0.79 0.23
HSL 124.97º 0.75% 0.44% -
HSV(B) 124.97º 0.86% 0.77% -
XYZ 20.86 40.35 8.88 -
YUV 128.8 79.01 56.1 -
System Red Green Blue C M Y K H S L
Decimal 28 197 42 0.86 0 0.79 0.23 124.97 0.75 0.44
Hex 1C C5 2A 56 0 4F 17 7D 4B 2C
Octal 34 305 52 126 0 117 27 175 113 54
Binary 11100 11000101 101010 1010110 0 1001111 10111 1111101 1001011 101100

Color Harmonies of #1CC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC52A

Black with #1CC52A

Text Example


Text Example

White with #1CC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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