Html Css Color HEX #28ED30 Lime Green

📋 copy color: '#28ED30'

red 40 ◦ green 237 ◦ blue 48

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

Shades of Lime Green #28ED30

Tints of Lime Green #28ED30

RGB

 RED value IS 40 (16.02% from 255) = 12.31%

 GREEN value IS 237 (92.97% from 255) = 72.92%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 12.31%
G = 72.92%
B = 14.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#28ED30 (or 0x28ED30) is known color: Lime Green. HEX triplet: 28, ED and 30. RGB value is (40,237,48). Sum of RGB (Red+Green+Blue) = 40+237+48=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 237 (92.97% from 255 or 72.92% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28ED30 is #D712CF. Grayscale: #9D9D9D. Windows color (decimal): -14095056 or 3206440. OLE color: 3206440.

HSL color Cylindrical-coordinate representation of color #28ED30: hue angle of 122.44º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ED30 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 237 48 -
CMYK 0.83 0 0.80 0.07
HSL 122.44º 0.85% 0.54% -
HSV(B) 122.44º 0.83% 0.93% -
XYZ 31.69 61.23 12.95 -
YUV 156.55 66.73 44.87 -
System Red Green Blue C M Y K H S L
Decimal 40 237 48 0.83 0 0.80 0.07 122.44 0.85 0.54
Hex 28 ED 30 53 0 50 7 7A 55 36
Octal 50 355 60 123 0 120 7 172 125 66
Binary 101000 11101101 110000 1010011 0 1010000 111 1111010 1010101 110110

Color Harmonies of #28ED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ED30

Black with #28ED30

Text Example


Text Example

White with #28ED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ED30; }

 p { color: rgb(40,237,48); }

 H1.HeaderClassName
 {
   color: #28ED30;
 }
 .AnyTagClassName
 {
   color: #28ED30;
 }
</style>

background-color css

<style>
 a { background-color: #28ED30; }

 a { background-color: rgb(40,237,48); }

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

border-color css

<style>
 span { border-color: #28ED30; }

 span { border-color: rgb(40,237,48); }

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