Html Css Color HEX #1EF237 Lime Green

📋 copy color: '#1EF237'

red 30 ◦ green 242 ◦ blue 55

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

Shades of Lime Green #1EF237

Tints of Lime Green #1EF237

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.01%

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 9.17%
G = 74.01%
B = 16.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#1EF237 (or 0x1EF237) is known color: Lime Green. HEX triplet: 1E, F2 and 37. RGB value is (30,242,55). Sum of RGB (Red+Green+Blue) = 30+242+55=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF237 is #E10DC8. Grayscale: #9D9D9D. Windows color (decimal): -14749129 or 3666462. OLE color: 3666462.

HSL color Cylindrical-coordinate representation of color #1EF237: hue angle of 127.08º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF237 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 242 55 -
CMYK 0.88 0 0.77 0.05
HSL 127.08º 0.89% 0.53% -
HSV(B) 127.08º 0.88% 0.95% -
XYZ 32.98 64.06 14.24 -
YUV 157.29 70.26 37.21 -
System Red Green Blue C M Y K H S L
Decimal 30 242 55 0.88 0 0.77 0.05 127.08 0.89 0.53
Hex 1E F2 37 58 0 4D 5 7F 59 35
Octal 36 362 67 130 0 115 5 177 131 65
Binary 11110 11110010 110111 1011000 0 1001101 101 1111111 1011001 110101

Color Harmonies of #1EF237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF237

Black with #1EF237

Text Example


Text Example

White with #1EF237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,242,55); }

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

background-color css

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

 a { background-color: rgb(30,242,55); }

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

border-color css

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

 span { border-color: rgb(30,242,55); }

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