Html Css Color HEX #2BAC3C Lime Green

📋 copy color: '#2BAC3C'

red 43 ◦ green 172 ◦ blue 60

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

Shades of Lime Green #2BAC3C

Tints of Lime Green #2BAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.55%

 BLUE value IS 60 (23.83% from 255) = 21.82%

R = 15.64%
G = 62.55%
B = 21.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#2BAC3C (or 0x2BAC3C) is known color: Lime Green. HEX triplet: 2B, AC and 3C. RGB value is (43,172,60). Sum of RGB (Red+Green+Blue) = 43+172+60=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC3C is #D453C3. Grayscale: #787878. Windows color (decimal): -13915076 or 3976235. OLE color: 3976235.

HSL color Cylindrical-coordinate representation of color #2BAC3C: hue angle of 127.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAC3C is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 60 -
CMYK 0.75 0 0.65 0.33
HSL 127.91º 0.6% 0.42% -
HSV(B) 127.91º 0.75% 0.67% -
XYZ 16.56 30.34 9.26 -
YUV 120.66 93.76 72.61 -
System Red Green Blue C M Y K H S L
Decimal 43 172 60 0.75 0 0.65 0.33 127.91 0.6 0.42
Hex 2B AC 3C 4B 0 41 21 80 3C 2A
Octal 53 254 74 113 0 101 41 200 74 52
Binary 101011 10101100 111100 1001011 0 1000001 100001 10000000 111100 101010

Color Harmonies of #2BAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC3C

Black with #2BAC3C

Text Example


Text Example

White with #2BAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,172,60); }

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

background-color css

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

 a { background-color: rgb(43,172,60); }

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

border-color css

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

 span { border-color: rgb(43,172,60); }

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