Html Css Color HEX #1EC234 Lime Green

📋 copy color: '#1EC234'

red 30 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #1EC234

Tints of Lime Green #1EC234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 10.87%
G = 70.29%
B = 18.84%

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

#1EC234 (or 0x1EC234) is known color: Lime Green. HEX triplet: 1E, C2 and 34. RGB value is (30,194,52). Sum of RGB (Red+Green+Blue) = 30+194+52=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC234 is #E13DCB. Grayscale: #818181. Windows color (decimal): -14761420 or 3457566. OLE color: 3457566.

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

Color convert

RGB 30 194 52 -
CMYK 0.85 0 0.73 0.24
HSL 128.05º 0.73% 0.44% -
HSV(B) 128.05º 0.85% 0.76% -
XYZ 20.45 39.11 9.72 -
YUV 128.78 84.67 57.55 -
System Red Green Blue C M Y K H S L
Decimal 30 194 52 0.85 0 0.73 0.24 128.05 0.73 0.44
Hex 1E C2 34 55 0 49 18 80 49 2C
Octal 36 302 64 125 0 111 30 200 111 54
Binary 11110 11000010 110100 1010101 0 1001001 11000 10000000 1001001 101100

Color Harmonies of #1EC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC234

Black with #1EC234

Text Example


Text Example

White with #1EC234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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