Html Css Color HEX #28BA41 Lime Green

📋 copy color: '#28BA41'

red 40 ◦ green 186 ◦ blue 65

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

Shades of Lime Green #28BA41

Tints of Lime Green #28BA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.92%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 13.75%
G = 63.92%
B = 22.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#28BA41 (or 0x28BA41) is known color: Lime Green. HEX triplet: 28, BA and 41. RGB value is (40,186,65). Sum of RGB (Red+Green+Blue) = 40+186+65=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA41 is #D745BE. Grayscale: #808080. Windows color (decimal): -14108095 or 4307496. OLE color: 4307496.

HSL color Cylindrical-coordinate representation of color #28BA41: hue angle of 130.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA41 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 65 -
CMYK 0.78 0 0.65 0.27
HSL 130.27º 0.65% 0.44% -
HSV(B) 130.27º 0.78% 0.73% -
XYZ 19.39 35.95 10.92 -
YUV 128.55 92.13 64.84 -
System Red Green Blue C M Y K H S L
Decimal 40 186 65 0.78 0 0.65 0.27 130.27 0.65 0.44
Hex 28 BA 41 4E 0 41 1B 82 41 2C
Octal 50 272 101 116 0 101 33 202 101 54
Binary 101000 10111010 1000001 1001110 0 1000001 11011 10000010 1000001 101100

Color Harmonies of #28BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA41

Black with #28BA41

Text Example


Text Example

White with #28BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,186,65); }

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

background-color css

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

 a { background-color: rgb(40,186,65); }

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

border-color css

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

 span { border-color: rgb(40,186,65); }

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