Html Css Color HEX #28BC3E Lime Green

📋 copy color: '#28BC3E'

red 40 ◦ green 188 ◦ blue 62

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

Shades of Lime Green #28BC3E

Tints of Lime Green #28BC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 13.79%
G = 64.83%
B = 21.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#28BC3E (or 0x28BC3E) is known color: Lime Green. HEX triplet: 28, BC and 3E. RGB value is (40,188,62). Sum of RGB (Red+Green+Blue) = 40+188+62=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC3E is #D743C1. Grayscale: #818181. Windows color (decimal): -14107586 or 4111400. OLE color: 4111400.

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

Color convert

RGB 40 188 62 -
CMYK 0.79 0 0.67 0.26
HSL 128.92º 0.65% 0.45% -
HSV(B) 128.92º 0.79% 0.74% -
XYZ 19.73 36.77 10.61 -
YUV 129.38 89.97 64.25 -
System Red Green Blue C M Y K H S L
Decimal 40 188 62 0.79 0 0.67 0.26 128.92 0.65 0.45
Hex 28 BC 3E 4F 0 43 1A 81 41 2D
Octal 50 274 76 117 0 103 32 201 101 55
Binary 101000 10111100 111110 1001111 0 1000011 11010 10000001 1000001 101101

Color Harmonies of #28BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC3E

Black with #28BC3E

Text Example


Text Example

White with #28BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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