Html Css Color HEX #1EBF2A Lime Green

📋 copy color: '#1EBF2A'

red 30 ◦ green 191 ◦ blue 42

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

Shades of Lime Green #1EBF2A

Tints of Lime Green #1EBF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 72.62%

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

R = 11.41%
G = 72.62%
B = 15.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#1EBF2A (or 0x1EBF2A) is known color: Lime Green. HEX triplet: 1E, BF and 2A. RGB value is (30,191,42). Sum of RGB (Red+Green+Blue) = 30+191+42=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBF2A is #E140D5. Grayscale: #7E7E7E. Windows color (decimal): -14762198 or 2801438. OLE color: 2801438.

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

Color convert

RGB 30 191 42 -
CMYK 0.84 0 0.78 0.25
HSL 124.47º 0.73% 0.43% -
HSV(B) 124.47º 0.84% 0.75% -
XYZ 19.58 37.7 8.44 -
YUV 125.88 80.66 59.62 -
System Red Green Blue C M Y K H S L
Decimal 30 191 42 0.84 0 0.78 0.25 124.47 0.73 0.43
Hex 1E BF 2A 54 0 4E 19 7C 49 2B
Octal 36 277 52 124 0 116 31 174 111 53
Binary 11110 10111111 101010 1010100 0 1001110 11001 1111100 1001001 101011

Color Harmonies of #1EBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBF2A

Black with #1EBF2A

Text Example


Text Example

White with #1EBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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