Html Css Color HEX #2BDB1D Lime Green

📋 copy color: '#2BDB1D'

red 43 ◦ green 219 ◦ blue 29

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

Shades of Lime Green #2BDB1D

Tints of Lime Green #2BDB1D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 75.26%

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

R = 14.78%
G = 75.26%
B = 9.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#2BDB1D (or 0x2BDB1D) is known color: Lime Green. HEX triplet: 2B, DB and 1D. RGB value is (43,219,29). Sum of RGB (Red+Green+Blue) = 43+219+29=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 219 (85.94% from 255 or 75.26% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB1D is #D424E2. Grayscale: #919191. Windows color (decimal): -13903075 or 1956651. OLE color: 1956651.

HSL color Cylindrical-coordinate representation of color #2BDB1D: hue angle of 115.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BDB1D is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 219 29 -
CMYK 0.80 0 0.87 0.14
HSL 115.58º 0.77% 0.49% -
HSV(B) 115.58º 0.87% 0.86% -
XYZ 26.55 51.27 9.66 -
YUV 144.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 43 219 29 0.80 0 0.87 0.14 115.58 0.77 0.49
Hex 2B DB 1D 50 0 57 E 74 4D 31
Octal 53 333 35 120 0 127 16 164 115 61
Binary 101011 11011011 11101 1010000 0 1010111 1110 1110100 1001101 110001

Color Harmonies of #2BDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB1D

Black with #2BDB1D

Text Example


Text Example

White with #2BDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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