Html Css Color HEX #1EBA32 Lime Green

📋 copy color: '#1EBA32'

red 30 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #1EBA32

Tints of Lime Green #1EBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.92%

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

R = 11.28%
G = 69.92%
B = 18.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#1EBA32 (or 0x1EBA32) is known color: Lime Green. HEX triplet: 1E, BA and 32. RGB value is (30,186,50). Sum of RGB (Red+Green+Blue) = 30+186+50=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA32 is #E145CD. Grayscale: #7C7C7C. Windows color (decimal): -14763470 or 3324446. OLE color: 3324446.

HSL color Cylindrical-coordinate representation of color #1EBA32: hue angle of 127.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA32 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 186 50 -
CMYK 0.84 0 0.73 0.27
HSL 127.69º 0.72% 0.42% -
HSV(B) 127.69º 0.84% 0.73% -
XYZ 18.67 35.62 8.91 -
YUV 123.85 86.32 61.06 -
System Red Green Blue C M Y K H S L
Decimal 30 186 50 0.84 0 0.73 0.27 127.69 0.72 0.42
Hex 1E BA 32 54 0 49 1B 80 48 2A
Octal 36 272 62 124 0 111 33 200 110 52
Binary 11110 10111010 110010 1010100 0 1001001 11011 10000000 1001000 101010

Color Harmonies of #1EBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBA32

Black with #1EBA32

Text Example


Text Example

White with #1EBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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