Html Css Color HEX #28BC2D Lime Green

📋 copy color: '#28BC2D'

red 40 ◦ green 188 ◦ blue 45

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

Shades of Lime Green #28BC2D

Tints of Lime Green #28BC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.86%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 14.65%
G = 68.86%
B = 16.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#28BC2D (or 0x28BC2D) is known color: Lime Green. HEX triplet: 28, BC and 2D. RGB value is (40,188,45). Sum of RGB (Red+Green+Blue) = 40+188+45=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC2D is #D743D2. Grayscale: #7F7F7F. Windows color (decimal): -14107603 or 2997288. OLE color: 2997288.

HSL color Cylindrical-coordinate representation of color #28BC2D: hue angle of 122.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC2D is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 45 -
CMYK 0.79 0 0.76 0.26
HSL 122.03º 0.65% 0.45% -
HSV(B) 122.03º 0.79% 0.74% -
XYZ 19.33 36.61 8.53 -
YUV 127.45 81.47 65.63 -
System Red Green Blue C M Y K H S L
Decimal 40 188 45 0.79 0 0.76 0.26 122.03 0.65 0.45
Hex 28 BC 2D 4F 0 4C 1A 7A 41 2D
Octal 50 274 55 117 0 114 32 172 101 55
Binary 101000 10111100 101101 1001111 0 1001100 11010 1111010 1000001 101101

Color Harmonies of #28BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC2D

Black with #28BC2D

Text Example


Text Example

White with #28BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,45); }

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

background-color css

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

 a { background-color: rgb(40,188,45); }

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

border-color css

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

 span { border-color: rgb(40,188,45); }

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