Html Css Color HEX #2BDA3B Lime Green

📋 copy color: '#2BDA3B'

red 43 ◦ green 218 ◦ blue 59

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

Shades of Lime Green #2BDA3B

Tints of Lime Green #2BDA3B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.13%

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 13.44%
G = 68.13%
B = 18.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#2BDA3B (or 0x2BDA3B) is known color: Lime Green. HEX triplet: 2B, DA and 3B. RGB value is (43,218,59). Sum of RGB (Red+Green+Blue) = 43+218+59=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA3B is #D425C4. Grayscale: #949494. Windows color (decimal): -13903301 or 3922475. OLE color: 3922475.

HSL color Cylindrical-coordinate representation of color #2BDA3B: hue angle of 125.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA3B is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 59 -
CMYK 0.80 0 0.73 0.15
HSL 125.49º 0.7% 0.51% -
HSV(B) 125.49º 0.8% 0.85% -
XYZ 26.86 50.97 12.56 -
YUV 147.55 78.02 53.43 -
System Red Green Blue C M Y K H S L
Decimal 43 218 59 0.80 0 0.73 0.15 125.49 0.7 0.51
Hex 2B DA 3B 50 0 49 F 7D 46 33
Octal 53 332 73 120 0 111 17 175 106 63
Binary 101011 11011010 111011 1010000 0 1001001 1111 1111101 1000110 110011

Color Harmonies of #2BDA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA3B

Black with #2BDA3B

Text Example


Text Example

White with #2BDA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,59); }

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

background-color css

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

 a { background-color: rgb(43,218,59); }

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

border-color css

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

 span { border-color: rgb(43,218,59); }

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