Html Css Color HEX #2BDD42 Lime Green

📋 copy color: '#2BDD42'

red 43 ◦ green 221 ◦ blue 66

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

Shades of Lime Green #2BDD42

Tints of Lime Green #2BDD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 66.97%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 13.03%
G = 66.97%
B = 20%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#2BDD42 (or 0x2BDD42) is known color: Lime Green. HEX triplet: 2B, DD and 42. RGB value is (43,221,66). Sum of RGB (Red+Green+Blue) = 43+221+66=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDD42 is #D422BD. Grayscale: #969696. Windows color (decimal): -13902526 or 4381995. OLE color: 4381995.

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

Color convert

RGB 43 221 66 -
CMYK 0.81 0 0.70 0.13
HSL 127.75º 0.72% 0.52% -
HSV(B) 127.75º 0.81% 0.87% -
XYZ 27.84 52.62 13.84 -
YUV 150.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 43 221 66 0.81 0 0.70 0.13 127.75 0.72 0.52
Hex 2B DD 42 51 0 46 D 80 48 34
Octal 53 335 102 121 0 106 15 200 110 64
Binary 101011 11011101 1000010 1010001 0 1000110 1101 10000000 1001000 110100

Color Harmonies of #2BDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD42

Black with #2BDD42

Text Example


Text Example

White with #2BDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,221,66); }

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

background-color css

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

 a { background-color: rgb(43,221,66); }

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

border-color css

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

 span { border-color: rgb(43,221,66); }

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