Html Css Color HEX #28CD2C Lime Green

📋 copy color: '#28CD2C'

red 40 ◦ green 205 ◦ blue 44

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

Shades of Lime Green #28CD2C

Tints of Lime Green #28CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 70.93%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 13.84%
G = 70.93%
B = 15.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#28CD2C (or 0x28CD2C) is known color: Lime Green. HEX triplet: 28, CD and 2C. RGB value is (40,205,44). Sum of RGB (Red+Green+Blue) = 40+205+44=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD2C is #D732D3. Grayscale: #898989. Windows color (decimal): -14103252 or 2936104. OLE color: 2936104.

HSL color Cylindrical-coordinate representation of color #28CD2C: hue angle of 121.45º 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 #28CD2C is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 44 -
CMYK 0.80 0 0.79 0.20
HSL 121.45º 0.67% 0.48% -
HSV(B) 121.45º 0.8% 0.8% -
XYZ 23.16 44.3 9.71 -
YUV 137.31 75.34 58.59 -
System Red Green Blue C M Y K H S L
Decimal 40 205 44 0.80 0 0.79 0.20 121.45 0.67 0.48
Hex 28 CD 2C 50 0 4F 14 79 43 30
Octal 50 315 54 120 0 117 24 171 103 60
Binary 101000 11001101 101100 1010000 0 1001111 10100 1111001 1000011 110000

Color Harmonies of #28CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CD2C

Black with #28CD2C

Text Example


Text Example

White with #28CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,205,44); }

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

background-color css

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

 a { background-color: rgb(40,205,44); }

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

border-color css

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

 span { border-color: rgb(40,205,44); }

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