Html Css Color HEX #1CD532 Lime Green

📋 copy color: '#1CD532'

red 28 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #1CD532

Tints of Lime Green #1CD532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.2%

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

R = 9.62%
G = 73.2%
B = 17.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#1CD532 (or 0x1CD532) is known color: Lime Green. HEX triplet: 1C, D5 and 32. RGB value is (28,213,50). Sum of RGB (Red+Green+Blue) = 28+213+50=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD532 is #E32ACD. Grayscale: #8B8B8B. Windows color (decimal): -14887630 or 3331356. OLE color: 3331356.

HSL color Cylindrical-coordinate representation of color #1CD532: hue angle of 127.14º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD532 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 213 50 -
CMYK 0.87 0 0.77 0.16
HSL 127.14º 0.77% 0.47% -
HSV(B) 127.14º 0.87% 0.84% -
XYZ 24.85 48.07 10.99 -
YUV 139.1 77.71 48.75 -
System Red Green Blue C M Y K H S L
Decimal 28 213 50 0.87 0 0.77 0.16 127.14 0.77 0.47
Hex 1C D5 32 57 0 4D 10 7F 4D 2F
Octal 34 325 62 127 0 115 20 177 115 57
Binary 11100 11010101 110010 1010111 0 1001101 10000 1111111 1001101 101111

Color Harmonies of #1CD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD532

Black with #1CD532

Text Example


Text Example

White with #1CD532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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