Html Css Color HEX #1EDA28 Lime Green

📋 copy color: '#1EDA28'

red 30 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #1EDA28

Tints of Lime Green #1EDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.69%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 10.42%
G = 75.69%
B = 13.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#1EDA28 (or 0x1EDA28) is known color: Lime Green. HEX triplet: 1E, DA and 28. RGB value is (30,218,40). Sum of RGB (Red+Green+Blue) = 30+218+40=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA28 is #E125D7. Grayscale: #8E8E8E. Windows color (decimal): -14755288 or 2677278. OLE color: 2677278.

HSL color Cylindrical-coordinate representation of color #1EDA28: hue angle of 123.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA28 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 218 40 -
CMYK 0.86 0 0.82 0.15
HSL 123.19º 0.76% 0.49% -
HSV(B) 123.19º 0.86% 0.85% -
XYZ 25.99 50.57 10.4 -
YUV 141.5 70.72 48.47 -
System Red Green Blue C M Y K H S L
Decimal 30 218 40 0.86 0 0.82 0.15 123.19 0.76 0.49
Hex 1E DA 28 56 0 52 F 7B 4C 31
Octal 36 332 50 126 0 122 17 173 114 61
Binary 11110 11011010 101000 1010110 0 1010010 1111 1111011 1001100 110001

Color Harmonies of #1EDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDA28

Black with #1EDA28

Text Example


Text Example

White with #1EDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,40); }

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

background-color css

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

 a { background-color: rgb(30,218,40); }

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

border-color css

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

 span { border-color: rgb(30,218,40); }

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