Html Css Color HEX #2BDA39 Lime Green

📋 copy color: '#2BDA39'

red 43 ◦ green 218 ◦ blue 57

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

Shades of Lime Green #2BDA39

Tints of Lime Green #2BDA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 13.52%
G = 68.55%
B = 17.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#2BDA39 (or 0x2BDA39) is known color: Lime Green. HEX triplet: 2B, DA and 39. RGB value is (43,218,57). Sum of RGB (Red+Green+Blue) = 43+218+57=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA39 is #D425C6. Grayscale: #939393. Windows color (decimal): -13903303 or 3791403. OLE color: 3791403.

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

Color convert

RGB 43 218 57 -
CMYK 0.80 0 0.74 0.15
HSL 124.8º 0.7% 0.51% -
HSV(B) 124.8º 0.8% 0.85% -
XYZ 26.81 50.95 12.29 -
YUV 147.32 77.02 53.59 -
System Red Green Blue C M Y K H S L
Decimal 43 218 57 0.80 0 0.74 0.15 124.8 0.7 0.51
Hex 2B DA 39 50 0 4A F 7D 46 33
Octal 53 332 71 120 0 112 17 175 106 63
Binary 101011 11011010 111001 1010000 0 1001010 1111 1111101 1000110 110011

Color Harmonies of #2BDA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA39

Black with #2BDA39

Text Example


Text Example

White with #2BDA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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