Html Css Color HEX #1CEA35 Lime Green

📋 copy color: '#1CEA35'

red 28 ◦ green 234 ◦ blue 53

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

Shades of Lime Green #1CEA35

Tints of Lime Green #1CEA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 8.89%
G = 74.29%
B = 16.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#1CEA35 (or 0x1CEA35) is known color: Lime Green. HEX triplet: 1C, EA and 35. RGB value is (28,234,53). Sum of RGB (Red+Green+Blue) = 28+234+53=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEA35 is #E315CA. Grayscale: #989898. Windows color (decimal): -14882251 or 3533340. OLE color: 3533340.

HSL color Cylindrical-coordinate representation of color #1CEA35: hue angle of 127.28º 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 #1CEA35 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 234 53 -
CMYK 0.88 0 0.77 0.08
HSL 127.28º 0.83% 0.51% -
HSV(B) 127.28º 0.88% 0.92% -
XYZ 30.54 59.35 13.21 -
YUV 151.77 72.25 39.72 -
System Red Green Blue C M Y K H S L
Decimal 28 234 53 0.88 0 0.77 0.08 127.28 0.83 0.51
Hex 1C EA 35 58 0 4D 8 7F 53 33
Octal 34 352 65 130 0 115 10 177 123 63
Binary 11100 11101010 110101 1011000 0 1001101 1000 1111111 1010011 110011

Color Harmonies of #1CEA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEA35

Black with #1CEA35

Text Example


Text Example

White with #1CEA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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