Html Css Color HEX #28CE48 Lime Green

📋 copy color: '#28CE48'

red 40 ◦ green 206 ◦ blue 72

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

Shades of Lime Green #28CE48

Tints of Lime Green #28CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.78%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 12.58%
G = 64.78%
B = 22.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#28CE48 (or 0x28CE48) is known color: Lime Green. HEX triplet: 28, CE and 48. RGB value is (40,206,72). Sum of RGB (Red+Green+Blue) = 40+206+72=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #28CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CE48 is #D731B7. Grayscale: #8D8D8D. Windows color (decimal): -14102968 or 4771368. OLE color: 4771368.

HSL color Cylindrical-coordinate representation of color #28CE48: hue angle of 131.57º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CE48 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 206 72 -
CMYK 0.81 0 0.65 0.19
HSL 131.57º 0.67% 0.48% -
HSV(B) 131.57º 0.81% 0.81% -
XYZ 24.12 45.06 13.56 -
YUV 141.09 89 55.9 -
System Red Green Blue C M Y K H S L
Decimal 40 206 72 0.81 0 0.65 0.19 131.57 0.67 0.48
Hex 28 CE 48 51 0 41 13 84 43 30
Octal 50 316 110 121 0 101 23 204 103 60
Binary 101000 11001110 1001000 1010001 0 1000001 10011 10000100 1000011 110000

Color Harmonies of #28CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CE48

Black with #28CE48

Text Example


Text Example

White with #28CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,206,72); }

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

background-color css

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

 a { background-color: rgb(40,206,72); }

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

border-color css

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

 span { border-color: rgb(40,206,72); }

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