Html Css Color HEX #2BA936 Lime Green

📋 copy color: '#2BA936'

red 43 ◦ green 169 ◦ blue 54

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

Shades of Lime Green #2BA936

Tints of Lime Green #2BA936

RGB

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

 GREEN value IS 169 (66.41% from 255) = 63.53%

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 16.17%
G = 63.53%
B = 20.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#2BA936 (or 0x2BA936) is known color: Lime Green. HEX triplet: 2B, A9 and 36. RGB value is (43,169,54). Sum of RGB (Red+Green+Blue) = 43+169+54=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 169 (66.41% from 255 or 63.53% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA936 is #D456C9. Grayscale: #767676. Windows color (decimal): -13915850 or 3582251. OLE color: 3582251.

HSL color Cylindrical-coordinate representation of color #2BA936: hue angle of 125.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA936 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 43 169 54 -
CMYK 0.75 0 0.68 0.34
HSL 125.24º 0.59% 0.42% -
HSV(B) 125.24º 0.75% 0.66% -
XYZ 15.85 29.16 8.28 -
YUV 118.22 91.76 74.35 -
System Red Green Blue C M Y K H S L
Decimal 43 169 54 0.75 0 0.68 0.34 125.24 0.59 0.42
Hex 2B A9 36 4B 0 44 22 7D 3B 2A
Octal 53 251 66 113 0 104 42 175 73 52
Binary 101011 10101001 110110 1001011 0 1000100 100010 1111101 111011 101010

Color Harmonies of #2BA936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA936

Black with #2BA936

Text Example


Text Example

White with #2BA936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,169,54); }

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

background-color css

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

 a { background-color: rgb(43,169,54); }

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

border-color css

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

 span { border-color: rgb(43,169,54); }

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