Html Css Color HEX #2BDE29 Lime Green

📋 copy color: '#2BDE29'

red 43 ◦ green 222 ◦ blue 41

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

Shades of Lime Green #2BDE29

Tints of Lime Green #2BDE29

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.55%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 14.05%
G = 72.55%
B = 13.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#2BDE29 (or 0x2BDE29) is known color: Lime Green. HEX triplet: 2B, DE and 29. RGB value is (43,222,41). Sum of RGB (Red+Green+Blue) = 43+222+41=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE29 is #D421D6. Grayscale: #949494. Windows color (decimal): -13902295 or 2743851. OLE color: 2743851.

HSL color Cylindrical-coordinate representation of color #2BDE29: hue angle of 119.34º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDE29 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 222 41 -
CMYK 0.81 0 0.82 0.13
HSL 119.34º 0.73% 0.52% -
HSV(B) 119.34º 0.82% 0.87% -
XYZ 27.52 52.92 10.86 -
YUV 147.85 67.7 53.22 -
System Red Green Blue C M Y K H S L
Decimal 43 222 41 0.81 0 0.82 0.13 119.34 0.73 0.52
Hex 2B DE 29 51 0 52 D 77 49 34
Octal 53 336 51 121 0 122 15 167 111 64
Binary 101011 11011110 101001 1010001 0 1010010 1101 1110111 1001001 110100

Color Harmonies of #2BDE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDE29

Black with #2BDE29

Text Example


Text Example

White with #2BDE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,222,41); }

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

background-color css

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

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

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

border-color css

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

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

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