Html Css Color HEX #1EE02A Lime Green

📋 copy color: '#1EE02A'

red 30 ◦ green 224 ◦ blue 42

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

Shades of Lime Green #1EE02A

Tints of Lime Green #1EE02A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.68%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 10.14%
G = 75.68%
B = 14.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#1EE02A (or 0x1EE02A) is known color: Lime Green. HEX triplet: 1E, E0 and 2A. RGB value is (30,224,42). Sum of RGB (Red+Green+Blue) = 30+224+42=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 224 (87.89% from 255 or 75.68% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE02A is #E11FD5. Grayscale: #919191. Windows color (decimal): -14753750 or 2809886. OLE color: 2809886.

HSL color Cylindrical-coordinate representation of color #1EE02A: hue angle of 123.71º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE02A is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 224 42 -
CMYK 0.87 0 0.81 0.12
HSL 123.71º 0.76% 0.5% -
HSV(B) 123.71º 0.87% 0.88% -
XYZ 27.61 53.75 11.11 -
YUV 145.25 69.73 45.8 -
System Red Green Blue C M Y K H S L
Decimal 30 224 42 0.87 0 0.81 0.12 123.71 0.76 0.5
Hex 1E E0 2A 57 0 51 C 7C 4C 32
Octal 36 340 52 127 0 121 14 174 114 62
Binary 11110 11100000 101010 1010111 0 1010001 1100 1111100 1001100 110010

Color Harmonies of #1EE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE02A

Black with #1EE02A

Text Example


Text Example

White with #1EE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,224,42); }

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

background-color css

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

 a { background-color: rgb(30,224,42); }

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

border-color css

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

 span { border-color: rgb(30,224,42); }

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