Html Css Color HEX #1EEF32 Lime Green

📋 copy color: '#1EEF32'

red 30 ◦ green 239 ◦ blue 50

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

Shades of Lime Green #1EEF32

Tints of Lime Green #1EEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 74.92%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 9.4%
G = 74.92%
B = 15.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#1EEF32 (or 0x1EEF32) is known color: Lime Green. HEX triplet: 1E, EF and 32. RGB value is (30,239,50). Sum of RGB (Red+Green+Blue) = 30+239+50=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEF32 is #E110CD. Grayscale: #9B9B9B. Windows color (decimal): -14749902 or 3338014. OLE color: 3338014.

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

Color convert

RGB 30 239 50 -
CMYK 0.87 0 0.79 0.06
HSL 125.74º 0.87% 0.53% -
HSV(B) 125.74º 0.87% 0.94% -
XYZ 31.98 62.24 13.35 -
YUV 154.96 68.76 38.87 -
System Red Green Blue C M Y K H S L
Decimal 30 239 50 0.87 0 0.79 0.06 125.74 0.87 0.53
Hex 1E EF 32 57 0 4F 6 7E 57 35
Octal 36 357 62 127 0 117 6 176 127 65
Binary 11110 11101111 110010 1010111 0 1001111 110 1111110 1010111 110101

Color Harmonies of #1EEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEF32

Black with #1EEF32

Text Example


Text Example

White with #1EEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,239,50); }

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

background-color css

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

 a { background-color: rgb(30,239,50); }

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

border-color css

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

 span { border-color: rgb(30,239,50); }

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