Html Css Color HEX #28CD26 Lime Green

📋 copy color: '#28CD26'

red 40 ◦ green 205 ◦ blue 38

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

Shades of Lime Green #28CD26

Tints of Lime Green #28CD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 14.13%
G = 72.44%
B = 13.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#28CD26 (or 0x28CD26) is known color: Lime Green. HEX triplet: 28, CD and 26. RGB value is (40,205,38). Sum of RGB (Red+Green+Blue) = 40+205+38=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD26 is #D732D9. Grayscale: #898989. Windows color (decimal): -14103258 or 2542888. OLE color: 2542888.

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

Color convert

RGB 40 205 38 -
CMYK 0.80 0 0.81 0.20
HSL 119.28º 0.69% 0.48% -
HSV(B) 119.28º 0.81% 0.8% -
XYZ 23.06 44.25 9.16 -
YUV 136.63 72.34 59.08 -
System Red Green Blue C M Y K H S L
Decimal 40 205 38 0.80 0 0.81 0.20 119.28 0.69 0.48
Hex 28 CD 26 50 0 51 14 77 45 30
Octal 50 315 46 120 0 121 24 167 105 60
Binary 101000 11001101 100110 1010000 0 1010001 10100 1110111 1000101 110000

Color Harmonies of #28CD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CD26

Black with #28CD26

Text Example


Text Example

White with #28CD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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