#1EC233

Color #1EC233 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1EC233

Tints of Lime Green #1EC233

Color information

#1EC233 (or 0x1EC233) is unknown color: approx Lime Green. HEX triplet: 1E, C2 and 33. RGB value is (30,194,51). Sum of RGB (Red+Green+Blue) = 30+194+51=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC233 is #E13DCC. Grayscale: #818181. Windows color (decimal): -14761421 or 3392030. OLE color: 3392030.

HSL color Cylindrical-coordinate representation of color #1EC233: hue angle of 127.68º 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 #1EC233 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB3019451-
CMYK0.8500.740.24
HSL127.68º73.21%43.92%-
HSV(B)127.68º84.54%76.08%-
XYZ20.4239.19.6-
YUV128.6684.1757.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 194 (76.17% from 255) = 70.55%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=10.91%
G=70.55%
B=18.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30194510.8500.740.24127.6873.2143.92
Hex1EC2335504A1880492c
Octal363026312501123020011154
Binary111101100001011001110101010100101011000100000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EC233;
 }
 .AnyTagClassName
 {
   color: #1EC233;
 }
</style>
background-color css

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

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

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

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

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

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