Html Css Color HEX #1CD132 Lime Green

📋 copy color: '#1CD132'

red 28 ◦ green 209 ◦ blue 50

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

Shades of Lime Green #1CD132

Tints of Lime Green #1CD132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 72.82%

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

R = 9.76%
G = 72.82%
B = 17.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#1CD132 (or 0x1CD132) is known color: Lime Green. HEX triplet: 1C, D1 and 32. RGB value is (28,209,50). Sum of RGB (Red+Green+Blue) = 28+209+50=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 209 (82.03% from 255 or 72.82% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD132 is #E32ECD. Grayscale: #898989. Windows color (decimal): -14888654 or 3330332. OLE color: 3330332.

HSL color Cylindrical-coordinate representation of color #1CD132: hue angle of 127.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD132 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 50 -
CMYK 0.87 0 0.76 0.18
HSL 127.29º 0.76% 0.46% -
HSV(B) 127.29º 0.87% 0.82% -
XYZ 23.86 46.08 10.65 -
YUV 136.76 79.03 50.43 -
System Red Green Blue C M Y K H S L
Decimal 28 209 50 0.87 0 0.76 0.18 127.29 0.76 0.46
Hex 1C D1 32 57 0 4C 12 7F 4C 2E
Octal 34 321 62 127 0 114 22 177 114 56
Binary 11100 11010001 110010 1010111 0 1001100 10010 1111111 1001100 101110

Color Harmonies of #1CD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD132

Black with #1CD132

Text Example


Text Example

White with #1CD132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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