Html Css Color HEX #1CE532 Lime Green

📋 copy color: '#1CE532'

red 28 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #1CE532

Tints of Lime Green #1CE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 74.59%

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

R = 9.12%
G = 74.59%
B = 16.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#1CE532 (or 0x1CE532) is known color: Lime Green. HEX triplet: 1C, E5 and 32. RGB value is (28,229,50). Sum of RGB (Red+Green+Blue) = 28+229+50=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE532 is #E31ACD. Grayscale: #959595. Windows color (decimal): -14883534 or 3335452. OLE color: 3335452.

HSL color Cylindrical-coordinate representation of color #1CE532: hue angle of 126.57º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE532 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 28 229 50 -
CMYK 0.88 0 0.78 0.10
HSL 126.57º 0.79% 0.5% -
HSV(B) 126.57º 0.88% 0.9% -
XYZ 29.07 56.52 12.39 -
YUV 148.5 72.41 42.05 -
System Red Green Blue C M Y K H S L
Decimal 28 229 50 0.88 0 0.78 0.10 126.57 0.79 0.5
Hex 1C E5 32 58 0 4E A 7F 4F 32
Octal 34 345 62 130 0 116 12 177 117 62
Binary 11100 11100101 110010 1011000 0 1001110 1010 1111111 1001111 110010

Color Harmonies of #1CE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE532

Black with #1CE532

Text Example


Text Example

White with #1CE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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