Html Css Color HEX #1CEA32 Lime Green

📋 copy color: '#1CEA32'

red 28 ◦ green 234 ◦ blue 50

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

Shades of Lime Green #1CEA32

Tints of Lime Green #1CEA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75%

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

R = 8.97%
G = 75%
B = 16.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#1CEA32 (or 0x1CEA32) is known color: Lime Green. HEX triplet: 1C, EA and 32. RGB value is (28,234,50). Sum of RGB (Red+Green+Blue) = 28+234+50=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEA32 is #E315CD. Grayscale: #979797. Windows color (decimal): -14882254 or 3336732. OLE color: 3336732.

HSL color Cylindrical-coordinate representation of color #1CEA32: hue angle of 126.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEA32 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 234 50 -
CMYK 0.88 0 0.79 0.08
HSL 126.41º 0.83% 0.51% -
HSV(B) 126.41º 0.88% 0.92% -
XYZ 30.48 59.32 12.86 -
YUV 151.43 70.75 39.96 -
System Red Green Blue C M Y K H S L
Decimal 28 234 50 0.88 0 0.79 0.08 126.41 0.83 0.51
Hex 1C EA 32 58 0 4F 8 7E 53 33
Octal 34 352 62 130 0 117 10 176 123 63
Binary 11100 11101010 110010 1011000 0 1001111 1000 1111110 1010011 110011

Color Harmonies of #1CEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEA32

Black with #1CEA32

Text Example


Text Example

White with #1CEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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