Html Css Color HEX #2BD122 Lime Green

📋 copy color: '#2BD122'

red 43 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #2BD122

Tints of Lime Green #2BD122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 73.08%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 15.03%
G = 73.08%
B = 11.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#2BD122 (or 0x2BD122) is known color: Lime Green. HEX triplet: 2B, D1 and 22. RGB value is (43,209,34). Sum of RGB (Red+Green+Blue) = 43+209+34=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 209 (82.03% from 255 or 73.08% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD122 is #D42EDD. Grayscale: #8B8B8B. Windows color (decimal): -13905630 or 2281771. OLE color: 2281771.

HSL color Cylindrical-coordinate representation of color #2BD122: hue angle of 116.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BD122 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 209 34 -
CMYK 0.79 0 0.84 0.18
HSL 116.91º 0.72% 0.48% -
HSV(B) 116.91º 0.84% 0.82% -
XYZ 24.09 46.23 9.17 -
YUV 139.42 68.5 59.23 -
System Red Green Blue C M Y K H S L
Decimal 43 209 34 0.79 0 0.84 0.18 116.91 0.72 0.48
Hex 2B D1 22 4F 0 54 12 75 48 30
Octal 53 321 42 117 0 124 22 165 110 60
Binary 101011 11010001 100010 1001111 0 1010100 10010 1110101 1001000 110000

Color Harmonies of #2BD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD122

Black with #2BD122

Text Example


Text Example

White with #2BD122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,209,34); }

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

background-color css

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

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

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

border-color css

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

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

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