Html Css Color HEX #1CC932 Lime Green

📋 copy color: '#1CC932'

red 28 ◦ green 201 ◦ blue 50

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

Shades of Lime Green #1CC932

Tints of Lime Green #1CC932

RGB

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

 GREEN value IS 201 (78.91% from 255) = 72.04%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 10.04%
G = 72.04%
B = 17.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#1CC932 (or 0x1CC932) is known color: Lime Green. HEX triplet: 1C, C9 and 32. RGB value is (28,201,50). Sum of RGB (Red+Green+Blue) = 28+201+50=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC932 is #E336CD. Grayscale: #848484. Windows color (decimal): -14890702 or 3328284. OLE color: 3328284.

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

Color convert

RGB 28 201 50 -
CMYK 0.86 0 0.75 0.21
HSL 127.63º 0.76% 0.45% -
HSV(B) 127.63º 0.86% 0.79% -
XYZ 21.94 42.25 10.02 -
YUV 132.06 81.69 53.78 -
System Red Green Blue C M Y K H S L
Decimal 28 201 50 0.86 0 0.75 0.21 127.63 0.76 0.45
Hex 1C C9 32 56 0 4B 15 80 4C 2D
Octal 34 311 62 126 0 113 25 200 114 55
Binary 11100 11001001 110010 1010110 0 1001011 10101 10000000 1001100 101101

Color Harmonies of #1CC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC932

Black with #1CC932

Text Example


Text Example

White with #1CC932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,201,50); }

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

background-color css

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

 a { background-color: rgb(28,201,50); }

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

border-color css

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

 span { border-color: rgb(28,201,50); }

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