Html Css Color HEX #1EDF25 Lime Green

📋 copy color: '#1EDF25'

red 30 ◦ green 223 ◦ blue 37

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

Shades of Lime Green #1EDF25

Tints of Lime Green #1EDF25

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.9%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 10.34%
G = 76.9%
B = 12.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#1EDF25 (or 0x1EDF25) is known color: Lime Green. HEX triplet: 1E, DF and 25. RGB value is (30,223,37). Sum of RGB (Red+Green+Blue) = 30+223+37=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDF25 is #E120DA. Grayscale: #909090. Windows color (decimal): -14754011 or 2481950. OLE color: 2481950.

HSL color Cylindrical-coordinate representation of color #1EDF25: hue angle of 122.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF25 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 223 37 -
CMYK 0.87 0 0.83 0.13
HSL 122.18º 0.76% 0.5% -
HSV(B) 122.18º 0.87% 0.87% -
XYZ 27.26 53.18 10.58 -
YUV 144.09 67.56 46.62 -
System Red Green Blue C M Y K H S L
Decimal 30 223 37 0.87 0 0.83 0.13 122.18 0.76 0.5
Hex 1E DF 25 57 0 53 D 7A 4C 32
Octal 36 337 45 127 0 123 15 172 114 62
Binary 11110 11011111 100101 1010111 0 1010011 1101 1111010 1001100 110010

Color Harmonies of #1EDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDF25

Black with #1EDF25

Text Example


Text Example

White with #1EDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,223,37); }

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

background-color css

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

 a { background-color: rgb(30,223,37); }

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

border-color css

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

 span { border-color: rgb(30,223,37); }

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