Html Css Color HEX #1EC228 Lime Green

📋 copy color: '#1EC228'

red 30 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #1EC228

Tints of Lime Green #1EC228

RGB

 RED value IS 30 (12.11% from 255) = 11.36%

 GREEN value IS 194 (76.17% from 255) = 73.48%

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 11.36%
G = 73.48%
B = 15.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#1EC228 (or 0x1EC228) is known color: Lime Green. HEX triplet: 1E, C2 and 28. RGB value is (30,194,40). Sum of RGB (Red+Green+Blue) = 30+194+40=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC228 is #E13DD7. Grayscale: #7F7F7F. Windows color (decimal): -14761432 or 2671134. OLE color: 2671134.

HSL color Cylindrical-coordinate representation of color #1EC228: hue angle of 123.66º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC228 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 194 40 -
CMYK 0.85 0 0.79 0.24
HSL 123.66º 0.73% 0.44% -
HSV(B) 123.66º 0.85% 0.76% -
XYZ 20.21 39.01 8.47 -
YUV 127.41 78.67 58.52 -
System Red Green Blue C M Y K H S L
Decimal 30 194 40 0.85 0 0.79 0.24 123.66 0.73 0.44
Hex 1E C2 28 55 0 4F 18 7C 49 2C
Octal 36 302 50 125 0 117 30 174 111 54
Binary 11110 11000010 101000 1010101 0 1001111 11000 1111100 1001001 101100

Color Harmonies of #1EC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC228

Black with #1EC228

Text Example


Text Example

White with #1EC228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,194,40); }

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

background-color css

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

 a { background-color: rgb(30,194,40); }

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

border-color css

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

 span { border-color: rgb(30,194,40); }

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