Html Css Color HEX #2BDA2B Lime Green

📋 copy color: '#2BDA2B'

red 43 ◦ green 218 ◦ blue 43

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

Shades of Lime Green #2BDA2B

Tints of Lime Green #2BDA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 14.14%
G = 71.71%
B = 14.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#2BDA2B (or 0x2BDA2B) is known color: Lime Green. HEX triplet: 2B, DA and 2B. RGB value is (43,218,43). Sum of RGB (Red+Green+Blue) = 43+218+43=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA2B is #D425D4. Grayscale: #929292. Windows color (decimal): -13903317 or 2873899. OLE color: 2873899.

HSL color Cylindrical-coordinate representation of color #2BDA2B: hue angle of 120º 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 #2BDA2B is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 43 -
CMYK 0.80 0 0.80 0.15
HSL 120º 0.7% 0.51% -
HSV(B) 120º 0.8% 0.85% -
XYZ 26.5 50.83 10.7 -
YUV 145.73 70.02 54.73 -
System Red Green Blue C M Y K H S L
Decimal 43 218 43 0.80 0 0.80 0.15 120 0.7 0.51
Hex 2B DA 2B 50 0 50 F 78 46 33
Octal 53 332 53 120 0 120 17 170 106 63
Binary 101011 11011010 101011 1010000 0 1010000 1111 1111000 1000110 110011

Color Harmonies of #2BDA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA2B

Black with #2BDA2B

Text Example


Text Example

White with #2BDA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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