Html Css Color HEX #28C04C Lime Green

📋 copy color: '#28C04C'

red 40 ◦ green 192 ◦ blue 76

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

Shades of Lime Green #28C04C

Tints of Lime Green #28C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 12.99%
G = 62.34%
B = 24.68%

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

#28C04C (or 0x28C04C) is known color: Lime Green. HEX triplet: 28, C0 and 4C. RGB value is (40,192,76). Sum of RGB (Red+Green+Blue) = 40+192+76=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #28C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C04C is #D73FB3. Grayscale: #858585. Windows color (decimal): -14106548 or 5029928. OLE color: 5029928.

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

Color convert

RGB 40 192 76 -
CMYK 0.79 0 0.60 0.25
HSL 134.21º 0.66% 0.45% -
HSV(B) 134.21º 0.79% 0.75% -
XYZ 21.03 38.67 13.19 -
YUV 133.33 95.64 61.43 -
System Red Green Blue C M Y K H S L
Decimal 40 192 76 0.79 0 0.60 0.25 134.21 0.66 0.45
Hex 28 C0 4C 4F 0 3C 19 86 42 2D
Octal 50 300 114 117 0 74 31 206 102 55
Binary 101000 11000000 1001100 1001111 0 111100 11001 10000110 1000010 101101

Color Harmonies of #28C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C04C

Black with #28C04C

Text Example


Text Example

White with #28C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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