Html Css Color HEX #1EAF2D Lime Green

📋 copy color: '#1EAF2D'

red 30 ◦ green 175 ◦ blue 45

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

Shades of Lime Green #1EAF2D

Tints of Lime Green #1EAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 12%
G = 70%
B = 18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#1EAF2D (or 0x1EAF2D) is known color: Lime Green. HEX triplet: 1E, AF and 2D. RGB value is (30,175,45). Sum of RGB (Red+Green+Blue) = 30+175+45=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF2D is #E150D2. Grayscale: #757575. Windows color (decimal): -14766291 or 2993950. OLE color: 2993950.

HSL color Cylindrical-coordinate representation of color #1EAF2D: hue angle of 126.21º 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 #1EAF2D is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 45 -
CMYK 0.83 0 0.74 0.31
HSL 126.21º 0.71% 0.4% -
HSV(B) 126.21º 0.83% 0.69% -
XYZ 16.34 31.13 7.63 -
YUV 116.83 87.46 66.07 -
System Red Green Blue C M Y K H S L
Decimal 30 175 45 0.83 0 0.74 0.31 126.21 0.71 0.4
Hex 1E AF 2D 53 0 4A 1F 7E 47 28
Octal 36 257 55 123 0 112 37 176 107 50
Binary 11110 10101111 101101 1010011 0 1001010 11111 1111110 1000111 101000

Color Harmonies of #1EAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF2D

Black with #1EAF2D

Text Example


Text Example

White with #1EAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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