Html Css Color HEX #1EF035 Lime Green

📋 copy color: '#1EF035'

red 30 ◦ green 240 ◦ blue 53

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

Shades of Lime Green #1EF035

Tints of Lime Green #1EF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.3%

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

R = 9.29%
G = 74.3%
B = 16.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#1EF035 (or 0x1EF035) is known color: Lime Green. HEX triplet: 1E, F0 and 35. RGB value is (30,240,53). Sum of RGB (Red+Green+Blue) = 30+240+53=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF035 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF035 is #E10FCA. Grayscale: #9C9C9C. Windows color (decimal): -14749643 or 3534878. OLE color: 3534878.

HSL color Cylindrical-coordinate representation of color #1EF035: hue angle of 126.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF035 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 240 53 -
CMYK 0.87 0 0.78 0.06
HSL 126.57º 0.88% 0.53% -
HSV(B) 126.57º 0.88% 0.94% -
XYZ 32.34 62.85 13.8 -
YUV 155.89 69.93 38.21 -
System Red Green Blue C M Y K H S L
Decimal 30 240 53 0.87 0 0.78 0.06 126.57 0.88 0.53
Hex 1E F0 35 57 0 4E 6 7F 58 35
Octal 36 360 65 127 0 116 6 177 130 65
Binary 11110 11110000 110101 1010111 0 1001110 110 1111111 1011000 110101

Color Harmonies of #1EF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF035

Black with #1EF035

Text Example


Text Example

White with #1EF035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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