Html Css Color HEX #1CC035 Lime Green

📋 copy color: '#1CC035'

red 28 ◦ green 192 ◦ blue 53

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

Shades of Lime Green #1CC035

Tints of Lime Green #1CC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.33%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 10.26%
G = 70.33%
B = 19.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#1CC035 (or 0x1CC035) is known color: Lime Green. HEX triplet: 1C, C0 and 35. RGB value is (28,192,53). Sum of RGB (Red+Green+Blue) = 28+192+53=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC035 is #E33FCA. Grayscale: #7F7F7F. Windows color (decimal): -14893003 or 3522588. OLE color: 3522588.

HSL color Cylindrical-coordinate representation of color #1CC035: hue angle of 129.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC035 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 192 53 -
CMYK 0.85 0 0.72 0.25
HSL 129.15º 0.75% 0.43% -
HSV(B) 129.15º 0.85% 0.75% -
XYZ 19.97 38.2 9.69 -
YUV 127.12 86.17 57.3 -
System Red Green Blue C M Y K H S L
Decimal 28 192 53 0.85 0 0.72 0.25 129.15 0.75 0.43
Hex 1C C0 35 55 0 48 19 81 4B 2B
Octal 34 300 65 125 0 110 31 201 113 53
Binary 11100 11000000 110101 1010101 0 1001000 11001 10000001 1001011 101011

Color Harmonies of #1CC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC035

Black with #1CC035

Text Example


Text Example

White with #1CC035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,192,53); }

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

background-color css

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

 a { background-color: rgb(28,192,53); }

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

border-color css

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

 span { border-color: rgb(28,192,53); }

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