Html Css Color HEX #28D02B Lime Green

📋 copy color: '#28D02B'

red 40 ◦ green 208 ◦ blue 43

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

Shades of Lime Green #28D02B

Tints of Lime Green #28D02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.48%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 13.75%
G = 71.48%
B = 14.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#28D02B (or 0x28D02B) is known color: Lime Green. HEX triplet: 28, D0 and 2B. RGB value is (40,208,43). Sum of RGB (Red+Green+Blue) = 40+208+43=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #28D02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D02B is #D72FD4. Grayscale: #8B8B8B. Windows color (decimal): -14102485 or 2871336. OLE color: 2871336.

HSL color Cylindrical-coordinate representation of color #28D02B: hue angle of 121.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D02B is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 43 -
CMYK 0.81 0 0.79 0.18
HSL 121.07º 0.68% 0.49% -
HSV(B) 121.07º 0.81% 0.82% -
XYZ 23.87 45.74 9.86 -
YUV 138.96 73.84 57.42 -
System Red Green Blue C M Y K H S L
Decimal 40 208 43 0.81 0 0.79 0.18 121.07 0.68 0.49
Hex 28 D0 2B 51 0 4F 12 79 44 31
Octal 50 320 53 121 0 117 22 171 104 61
Binary 101000 11010000 101011 1010001 0 1001111 10010 1111001 1000100 110001

Color Harmonies of #28D02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D02B

Black with #28D02B

Text Example


Text Example

White with #28D02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,208,43); }

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

background-color css

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

 a { background-color: rgb(40,208,43); }

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

border-color css

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

 span { border-color: rgb(40,208,43); }

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