Html Css Color HEX #1CEA2E Lime Green

📋 copy color: '#1CEA2E'

red 28 ◦ green 234 ◦ blue 46

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

Shades of Lime Green #1CEA2E

Tints of Lime Green #1CEA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 9.09%
G = 75.97%
B = 14.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#1CEA2E (or 0x1CEA2E) is known color: Lime Green. HEX triplet: 1C, EA and 2E. RGB value is (28,234,46). Sum of RGB (Red+Green+Blue) = 28+234+46=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEA2E is #E315D1. Grayscale: #979797. Windows color (decimal): -14882258 or 3074588. OLE color: 3074588.

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

Color convert

RGB 28 234 46 -
CMYK 0.88 0 0.80 0.08
HSL 125.24º 0.83% 0.51% -
HSV(B) 125.24º 0.88% 0.92% -
XYZ 30.39 59.29 12.43 -
YUV 150.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 28 234 46 0.88 0 0.80 0.08 125.24 0.83 0.51
Hex 1C EA 2E 58 0 50 8 7D 53 33
Octal 34 352 56 130 0 120 10 175 123 63
Binary 11100 11101010 101110 1011000 0 1010000 1000 1111101 1010011 110011

Color Harmonies of #1CEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEA2E

Black with #1CEA2E

Text Example


Text Example

White with #1CEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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