Html Css Color HEX #28C04E Lime Green

📋 copy color: '#28C04E'

red 40 ◦ green 192 ◦ blue 78

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

Shades of Lime Green #28C04E

Tints of Lime Green #28C04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.94%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 12.9%
G = 61.94%
B = 25.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#28C04E (or 0x28C04E) is known color: Lime Green. HEX triplet: 28, C0 and 4E. RGB value is (40,192,78). Sum of RGB (Red+Green+Blue) = 40+192+78=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #28C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C04E is #D73FB1. Grayscale: #858585. Windows color (decimal): -14106546 or 5161000. OLE color: 5161000.

HSL color Cylindrical-coordinate representation of color #28C04E: hue angle of 135º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C04E is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 78 -
CMYK 0.79 0 0.59 0.25
HSL 135º 0.66% 0.45% -
HSV(B) 135º 0.79% 0.75% -
XYZ 21.1 38.7 13.57 -
YUV 133.56 96.64 61.27 -
System Red Green Blue C M Y K H S L
Decimal 40 192 78 0.79 0 0.59 0.25 135 0.66 0.45
Hex 28 C0 4E 4F 0 3B 19 87 42 2D
Octal 50 300 116 117 0 73 31 207 102 55
Binary 101000 11000000 1001110 1001111 0 111011 11001 10000111 1000010 101101

Color Harmonies of #28C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C04E

Black with #28C04E

Text Example


Text Example

White with #28C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,192,78); }

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

background-color css

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

 a { background-color: rgb(40,192,78); }

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

border-color css

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

 span { border-color: rgb(40,192,78); }

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