Html Css Color HEX #28C04D Lime Green

📋 copy color: '#28C04D'

red 40 ◦ green 192 ◦ blue 77

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

Shades of Lime Green #28C04D

Tints of Lime Green #28C04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 12.94%
G = 62.14%
B = 24.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#28C04D (or 0x28C04D) is known color: Lime Green. HEX triplet: 28, C0 and 4D. RGB value is (40,192,77). Sum of RGB (Red+Green+Blue) = 40+192+77=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #28C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C04D is #D73FB2. Grayscale: #858585. Windows color (decimal): -14106547 or 5095464. OLE color: 5095464.

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

Color convert

RGB 40 192 77 -
CMYK 0.79 0 0.60 0.25
HSL 134.61º 0.66% 0.45% -
HSV(B) 134.61º 0.79% 0.75% -
XYZ 21.06 38.69 13.38 -
YUV 133.44 96.14 61.35 -
System Red Green Blue C M Y K H S L
Decimal 40 192 77 0.79 0 0.60 0.25 134.61 0.66 0.45
Hex 28 C0 4D 4F 0 3C 19 87 42 2D
Octal 50 300 115 117 0 74 31 207 102 55
Binary 101000 11000000 1001101 1001111 0 111100 11001 10000111 1000010 101101

Color Harmonies of #28C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C04D

Black with #28C04D

Text Example


Text Example

White with #28C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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