Html Css Color HEX #1EBA12 Lime Green

📋 copy color: '#1EBA12'

red 30 ◦ green 186 ◦ blue 18

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

Shades of Lime Green #1EBA12

Tints of Lime Green #1EBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 12.82%
G = 79.49%
B = 7.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#1EBA12 (or 0x1EBA12) is known color: Lime Green. HEX triplet: 1E, BA and 12. RGB value is (30,186,18). Sum of RGB (Red+Green+Blue) = 30+186+18=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA12 is #E145ED. Grayscale: #787878. Windows color (decimal): -14763502 or 1227294. OLE color: 1227294.

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

Color convert

RGB 30 186 18 -
CMYK 0.84 0 0.90 0.27
HSL 115.71º 0.82% 0.4% -
HSV(B) 115.71º 0.9% 0.73% -
XYZ 18.2 35.44 6.45 -
YUV 120.2 70.32 63.66 -
System Red Green Blue C M Y K H S L
Decimal 30 186 18 0.84 0 0.90 0.27 115.71 0.82 0.4
Hex 1E BA 12 54 0 5A 1B 74 52 28
Octal 36 272 22 124 0 132 33 164 122 50
Binary 11110 10111010 10010 1010100 0 1011010 11011 1110100 1010010 101000

Color Harmonies of #1EBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBA12

Black with #1EBA12

Text Example


Text Example

White with #1EBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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