Html Css Color HEX #1EC235 Lime Green

📋 copy color: '#1EC235'

red 30 ◦ green 194 ◦ blue 53

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

Shades of Lime Green #1EC235

Tints of Lime Green #1EC235

RGB

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

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

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

R = 10.83%
G = 70.04%
B = 19.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#1EC235 (or 0x1EC235) is known color: Lime Green. HEX triplet: 1E, C2 and 35. RGB value is (30,194,53). Sum of RGB (Red+Green+Blue) = 30+194+53=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC235 is #E13DCA. Grayscale: #818181. Windows color (decimal): -14761419 or 3523102. OLE color: 3523102.

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

Color convert

RGB 30 194 53 -
CMYK 0.85 0 0.73 0.24
HSL 128.41º 0.73% 0.44% -
HSV(B) 128.41º 0.85% 0.76% -
XYZ 20.47 39.12 9.84 -
YUV 128.89 85.17 57.46 -
System Red Green Blue C M Y K H S L
Decimal 30 194 53 0.85 0 0.73 0.24 128.41 0.73 0.44
Hex 1E C2 35 55 0 49 18 80 49 2C
Octal 36 302 65 125 0 111 30 200 111 54
Binary 11110 11000010 110101 1010101 0 1001001 11000 10000000 1001001 101100

Color Harmonies of #1EC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC235

Black with #1EC235

Text Example


Text Example

White with #1EC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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