Html Css Color HEX #28C826 Lime Green

📋 copy color: '#28C826'

red 40 ◦ green 200 ◦ blue 38

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

Shades of Lime Green #28C826

Tints of Lime Green #28C826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.94%

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

R = 14.39%
G = 71.94%
B = 13.67%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#28C826 (or 0x28C826) is known color: Lime Green. HEX triplet: 28, C8 and 26. RGB value is (40,200,38). Sum of RGB (Red+Green+Blue) = 40+200+38=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 200 (78.52% from 255 or 71.94% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 200 - color contains mainly: green. Hex color #28C826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C826 is #D737D9. Grayscale: #868686. Windows color (decimal): -14104538 or 2541608. OLE color: 2541608.

HSL color Cylindrical-coordinate representation of color #28C826: hue angle of 119.26º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28C826 is Cyan = 0.8, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 200 38 -
CMYK 0.8 0 0.81 0.22
HSL 119.26º 0.68% 0.47% -
HSV(B) 119.26º 0.81% 0.78% -
XYZ 21.88 41.9 8.77 -
YUV 133.69 73.99 61.17 -
System Red Green Blue C M Y K H S L
Decimal 40 200 38 0.8 0 0.81 0.22 119.26 0.68 0.47
Hex 28 C8 26 50 0 51 16 77 44 2F
Octal 50 310 46 120 0 121 26 167 104 57
Binary 101000 11001000 100110 1010000 0 1010001 10110 1110111 1000100 101111

Color Harmonies of #28C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C826

Black with #28C826

Text Example


Text Example

White with #28C826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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