Html Css Color HEX #2BDF22 Lime Green

📋 copy color: '#2BDF22'

red 43 ◦ green 223 ◦ blue 34

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

Shades of Lime Green #2BDF22

Tints of Lime Green #2BDF22

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.33%

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

R = 14.33%
G = 74.33%
B = 11.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#2BDF22 (or 0x2BDF22) is known color: Lime Green. HEX triplet: 2B, DF and 22. RGB value is (43,223,34). Sum of RGB (Red+Green+Blue) = 43+223+34=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF22 is #D420DD. Grayscale: #949494. Windows color (decimal): -13902046 or 2285355. OLE color: 2285355.

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

Color convert

RGB 43 223 34 -
CMYK 0.81 0 0.85 0.13
HSL 117.14º 0.75% 0.5% -
HSV(B) 117.14º 0.85% 0.87% -
XYZ 27.67 53.4 10.36 -
YUV 147.63 63.87 53.37 -
System Red Green Blue C M Y K H S L
Decimal 43 223 34 0.81 0 0.85 0.13 117.14 0.75 0.5
Hex 2B DF 22 51 0 55 D 75 4B 32
Octal 53 337 42 121 0 125 15 165 113 62
Binary 101011 11011111 100010 1010001 0 1010101 1101 1110101 1001011 110010

Color Harmonies of #2BDF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF22

Black with #2BDF22

Text Example


Text Example

White with #2BDF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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