Html Css Color HEX #28BA3D Lime Green

📋 copy color: '#28BA3D'

red 40 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #28BA3D

Tints of Lime Green #28BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 13.94%
G = 64.81%
B = 21.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#28BA3D (or 0x28BA3D) is known color: Lime Green. HEX triplet: 28, BA and 3D. RGB value is (40,186,61). Sum of RGB (Red+Green+Blue) = 40+186+61=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA3D is #D745C2. Grayscale: #808080. Windows color (decimal): -14108099 or 4045352. OLE color: 4045352.

HSL color Cylindrical-coordinate representation of color #28BA3D: hue angle of 128.63º 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 #28BA3D is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 61 -
CMYK 0.78 0 0.67 0.27
HSL 128.63º 0.65% 0.44% -
HSV(B) 128.63º 0.78% 0.73% -
XYZ 19.28 35.91 10.33 -
YUV 128.1 90.13 65.16 -
System Red Green Blue C M Y K H S L
Decimal 40 186 61 0.78 0 0.67 0.27 128.63 0.65 0.44
Hex 28 BA 3D 4E 0 43 1B 81 41 2C
Octal 50 272 75 116 0 103 33 201 101 54
Binary 101000 10111010 111101 1001110 0 1000011 11011 10000001 1000001 101100

Color Harmonies of #28BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA3D

Black with #28BA3D

Text Example


Text Example

White with #28BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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