Html Css Color HEX #2BC320 Lime Green

📋 copy color: '#2BC320'

red 43 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #2BC320

Tints of Lime Green #2BC320

RGB

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

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

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

R = 15.93%
G = 72.22%
B = 11.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2BC320 (or 0x2BC320) is known color: Lime Green. HEX triplet: 2B, C3 and 20. RGB value is (43,195,32). Sum of RGB (Red+Green+Blue) = 43+195+32=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC320 is #D43CDF. Grayscale: #838383. Windows color (decimal): -13909216 or 2147115. OLE color: 2147115.

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

Color convert

RGB 43 195 32 -
CMYK 0.78 0 0.84 0.24
HSL 115.95º 0.72% 0.45% -
HSV(B) 115.95º 0.84% 0.76% -
XYZ 20.77 39.65 7.92 -
YUV 130.97 72.14 65.25 -
System Red Green Blue C M Y K H S L
Decimal 43 195 32 0.78 0 0.84 0.24 115.95 0.72 0.45
Hex 2B C3 20 4E 0 54 18 74 48 2D
Octal 53 303 40 116 0 124 30 164 110 55
Binary 101011 11000011 100000 1001110 0 1010100 11000 1110100 1001000 101101

Color Harmonies of #2BC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC320

Black with #2BC320

Text Example


Text Example

White with #2BC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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