Html Css Color HEX #28C740 Lime Green

📋 copy color: '#28C740'

red 40 ◦ green 199 ◦ blue 64

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

Shades of Lime Green #28C740

Tints of Lime Green #28C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 65.68%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 13.2%
G = 65.68%
B = 21.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#28C740 (or 0x28C740) is known color: Lime Green. HEX triplet: 28, C7 and 40. RGB value is (40,199,64). Sum of RGB (Red+Green+Blue) = 40+199+64=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 199 (78.12% from 255 or 65.68% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 199 - color contains mainly: green. Hex color #28C740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C740 is #D738BF. Grayscale: #888888. Windows color (decimal): -14104768 or 4245288. OLE color: 4245288.

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

Color convert

RGB 40 199 64 -
CMYK 0.80 0 0.68 0.22
HSL 129.06º 0.67% 0.47% -
HSV(B) 129.06º 0.8% 0.78% -
XYZ 22.22 41.67 11.72 -
YUV 136.07 87.32 59.48 -
System Red Green Blue C M Y K H S L
Decimal 40 199 64 0.80 0 0.68 0.22 129.06 0.67 0.47
Hex 28 C7 40 50 0 44 16 81 43 2F
Octal 50 307 100 120 0 104 26 201 103 57
Binary 101000 11000111 1000000 1010000 0 1000100 10110 10000001 1000011 101111

Color Harmonies of #28C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C740

Black with #28C740

Text Example


Text Example

White with #28C740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,199,64); }

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

background-color css

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

 a { background-color: rgb(40,199,64); }

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

border-color css

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

 span { border-color: rgb(40,199,64); }

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