Html Css Color HEX #28C03C Lime Green

📋 copy color: '#28C03C'

red 40 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #28C03C

Tints of Lime Green #28C03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 13.7%
G = 65.75%
B = 20.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#28C03C (or 0x28C03C) is known color: Lime Green. HEX triplet: 28, C0 and 3C. RGB value is (40,192,60). Sum of RGB (Red+Green+Blue) = 40+192+60=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #28C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C03C is #D73FC3. Grayscale: #838383. Windows color (decimal): -14106564 or 3981352. OLE color: 3981352.

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

Color convert

RGB 40 192 60 -
CMYK 0.79 0 0.69 0.25
HSL 127.89º 0.66% 0.45% -
HSV(B) 127.89º 0.79% 0.75% -
XYZ 20.54 38.48 10.62 -
YUV 131.5 87.64 62.73 -
System Red Green Blue C M Y K H S L
Decimal 40 192 60 0.79 0 0.69 0.25 127.89 0.66 0.45
Hex 28 C0 3C 4F 0 45 19 80 42 2D
Octal 50 300 74 117 0 105 31 200 102 55
Binary 101000 11000000 111100 1001111 0 1000101 11001 10000000 1000010 101101

Color Harmonies of #28C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C03C

Black with #28C03C

Text Example


Text Example

White with #28C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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