Html Css Color HEX #1EAF2F Lime Green

📋 copy color: '#1EAF2F'

red 30 ◦ green 175 ◦ blue 47

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

Shades of Lime Green #1EAF2F

Tints of Lime Green #1EAF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.44%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 11.9%
G = 69.44%
B = 18.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#1EAF2F (or 0x1EAF2F) is known color: Lime Green. HEX triplet: 1E, AF and 2F. RGB value is (30,175,47). Sum of RGB (Red+Green+Blue) = 30+175+47=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF2F is #E150D0. Grayscale: #757575. Windows color (decimal): -14766289 or 3125022. OLE color: 3125022.

HSL color Cylindrical-coordinate representation of color #1EAF2F: hue angle of 127.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF2F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 47 -
CMYK 0.83 0 0.73 0.31
HSL 127.03º 0.71% 0.4% -
HSV(B) 127.03º 0.83% 0.69% -
XYZ 16.38 31.14 7.84 -
YUV 117.05 88.46 65.91 -
System Red Green Blue C M Y K H S L
Decimal 30 175 47 0.83 0 0.73 0.31 127.03 0.71 0.4
Hex 1E AF 2F 53 0 49 1F 7F 47 28
Octal 36 257 57 123 0 111 37 177 107 50
Binary 11110 10101111 101111 1010011 0 1001001 11111 1111111 1000111 101000

Color Harmonies of #1EAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF2F

Black with #1EAF2F

Text Example


Text Example

White with #1EAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,175,47); }

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

background-color css

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

 a { background-color: rgb(30,175,47); }

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

border-color css

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

 span { border-color: rgb(30,175,47); }

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