Html Css Color HEX #2BC520 Lime Green

📋 copy color: '#2BC520'

red 43 ◦ green 197 ◦ blue 32

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

Shades of Lime Green #2BC520

Tints of Lime Green #2BC520

RGB

 RED value IS 43 (17.19% from 255) = 15.81%

 GREEN value IS 197 (77.34% from 255) = 72.43%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 15.81%
G = 72.43%
B = 11.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#2BC520 (or 0x2BC520) is known color: Lime Green. HEX triplet: 2B, C5 and 20. RGB value is (43,197,32). Sum of RGB (Red+Green+Blue) = 43+197+32=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC520 is #D43ADF. Grayscale: #848484. Windows color (decimal): -13908704 or 2147627. OLE color: 2147627.

HSL color Cylindrical-coordinate representation of color #2BC520: hue angle of 116º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BC520 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 43 197 32 -
CMYK 0.78 0 0.84 0.23
HSL 116º 0.72% 0.45% -
HSV(B) 116º 0.84% 0.77% -
XYZ 21.22 40.55 8.07 -
YUV 132.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 43 197 32 0.78 0 0.84 0.23 116 0.72 0.45
Hex 2B C5 20 4E 0 54 17 74 48 2D
Octal 53 305 40 116 0 124 27 164 110 55
Binary 101011 11000101 100000 1001110 0 1010100 10111 1110100 1001000 101101

Color Harmonies of #2BC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC520

Black with #2BC520

Text Example


Text Example

White with #2BC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BC520; }

 p { color: rgb(43,197,32); }

 H1.HeaderClassName
 {
   color: #2BC520;
 }
 .AnyTagClassName
 {
   color: #2BC520;
 }
</style>

background-color css

<style>
 a { background-color: #2BC520; }

 a { background-color: rgb(43,197,32); }

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

border-color css

<style>
 span { border-color: #2BC520; }

 span { border-color: rgb(43,197,32); }

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