Html Css Color HEX #2BBA1D Lime Green

📋 copy color: '#2BBA1D'

red 43 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #2BBA1D

Tints of Lime Green #2BBA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 72.09%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 16.67%
G = 72.09%
B = 11.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#2BBA1D (or 0x2BBA1D) is known color: Lime Green. HEX triplet: 2B, BA and 1D. RGB value is (43,186,29). Sum of RGB (Red+Green+Blue) = 43+186+29=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA1D is #D445E2. Grayscale: #7D7D7D. Windows color (decimal): -13911523 or 1948203. OLE color: 1948203.

HSL color Cylindrical-coordinate representation of color #2BBA1D: hue angle of 114.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BBA1D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 29 -
CMYK 0.77 0 0.84 0.27
HSL 114.65º 0.73% 0.42% -
HSV(B) 114.65º 0.84% 0.73% -
XYZ 18.78 35.72 7.07 -
YUV 125.35 73.62 69.27 -
System Red Green Blue C M Y K H S L
Decimal 43 186 29 0.77 0 0.84 0.27 114.65 0.73 0.42
Hex 2B BA 1D 4D 0 54 1B 73 49 2A
Octal 53 272 35 115 0 124 33 163 111 52
Binary 101011 10111010 11101 1001101 0 1010100 11011 1110011 1001001 101010

Color Harmonies of #2BBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA1D

Black with #2BBA1D

Text Example


Text Example

White with #2BBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,186,29); }

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

background-color css

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

 a { background-color: rgb(43,186,29); }

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

border-color css

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

 span { border-color: rgb(43,186,29); }

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