Html Css Color HEX #28CC48 Lime Green

📋 copy color: '#28CC48'

red 40 ◦ green 204 ◦ blue 72

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

Shades of Lime Green #28CC48

Tints of Lime Green #28CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 64.56%

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

R = 12.66%
G = 64.56%
B = 22.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#28CC48 (or 0x28CC48) is known color: Lime Green. HEX triplet: 28, CC and 48. RGB value is (40,204,72). Sum of RGB (Red+Green+Blue) = 40+204+72=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC48 is #D733B7. Grayscale: #8C8C8C. Windows color (decimal): -14103480 or 4770856. OLE color: 4770856.

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

Color convert

RGB 40 204 72 -
CMYK 0.80 0 0.65 0.2
HSL 131.71º 0.67% 0.48% -
HSV(B) 131.71º 0.8% 0.8% -
XYZ 23.64 44.1 13.4 -
YUV 139.92 89.67 56.73 -
System Red Green Blue C M Y K H S L
Decimal 40 204 72 0.80 0 0.65 0.2 131.71 0.67 0.48
Hex 28 CC 48 50 0 41 14 84 43 30
Octal 50 314 110 120 0 101 24 204 103 60
Binary 101000 11001100 1001000 1010000 0 1000001 10100 10000100 1000011 110000

Color Harmonies of #28CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CC48

Black with #28CC48

Text Example


Text Example

White with #28CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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