Html Css Color HEX #28C32B Lime Green

📋 copy color: '#28C32B'

red 40 ◦ green 195 ◦ blue 43

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

Shades of Lime Green #28C32B

Tints of Lime Green #28C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.14%

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

R = 14.39%
G = 70.14%
B = 15.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#28C32B (or 0x28C32B) is known color: Lime Green. HEX triplet: 28, C3 and 2B. RGB value is (40,195,43). Sum of RGB (Red+Green+Blue) = 40+195+43=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #28C32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C32B is #D73CD4. Grayscale: #838383. Windows color (decimal): -14105813 or 2868008. OLE color: 2868008.

HSL color Cylindrical-coordinate representation of color #28C32B: hue angle of 121.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C32B is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 195 43 -
CMYK 0.79 0 0.78 0.24
HSL 121.16º 0.66% 0.46% -
HSV(B) 121.16º 0.79% 0.76% -
XYZ 20.83 39.66 8.84 -
YUV 131.33 78.15 62.86 -
System Red Green Blue C M Y K H S L
Decimal 40 195 43 0.79 0 0.78 0.24 121.16 0.66 0.46
Hex 28 C3 2B 4F 0 4E 18 79 42 2E
Octal 50 303 53 117 0 116 30 171 102 56
Binary 101000 11000011 101011 1001111 0 1001110 11000 1111001 1000010 101110

Color Harmonies of #28C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C32B

Black with #28C32B

Text Example


Text Example

White with #28C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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