Html Css Color HEX #1EBD2A Lime Green

📋 copy color: '#1EBD2A'

red 30 ◦ green 189 ◦ blue 42

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

Shades of Lime Green #1EBD2A

Tints of Lime Green #1EBD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.41%

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 11.49%
G = 72.41%
B = 16.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#1EBD2A (or 0x1EBD2A) is known color: Lime Green. HEX triplet: 1E, BD and 2A. RGB value is (30,189,42). Sum of RGB (Red+Green+Blue) = 30+189+42=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD2A is #E142D5. Grayscale: #7D7D7D. Windows color (decimal): -14762710 or 2800926. OLE color: 2800926.

HSL color Cylindrical-coordinate representation of color #1EBD2A: hue angle of 124.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBD2A is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 189 42 -
CMYK 0.84 0 0.78 0.26
HSL 124.53º 0.73% 0.43% -
HSV(B) 124.53º 0.84% 0.74% -
XYZ 19.15 36.84 8.29 -
YUV 124.7 81.32 60.45 -
System Red Green Blue C M Y K H S L
Decimal 30 189 42 0.84 0 0.78 0.26 124.53 0.73 0.43
Hex 1E BD 2A 54 0 4E 1A 7D 49 2B
Octal 36 275 52 124 0 116 32 175 111 53
Binary 11110 10111101 101010 1010100 0 1001110 11010 1111101 1001001 101011

Color Harmonies of #1EBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBD2A

Black with #1EBD2A

Text Example


Text Example

White with #1EBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,189,42); }

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

background-color css

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

 a { background-color: rgb(30,189,42); }

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

border-color css

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

 span { border-color: rgb(30,189,42); }

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