Html Css Color HEX #2BD021 Lime Green

📋 copy color: '#2BD021'

red 43 ◦ green 208 ◦ blue 33

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

Shades of Lime Green #2BD021

Tints of Lime Green #2BD021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.24%

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 15.14%
G = 73.24%
B = 11.62%

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

#2BD021 (or 0x2BD021) is known color: Lime Green. HEX triplet: 2B, D0 and 21. RGB value is (43,208,33). Sum of RGB (Red+Green+Blue) = 43+208+33=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 208 (81.64% from 255 or 73.24% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD021 is #D42FDE. Grayscale: #8B8B8B. Windows color (decimal): -13905887 or 2215979. OLE color: 2215979.

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

Color convert

RGB 43 208 33 -
CMYK 0.79 0 0.84 0.18
HSL 116.57º 0.73% 0.47% -
HSV(B) 116.57º 0.84% 0.82% -
XYZ 23.83 45.74 9.01 -
YUV 138.72 68.34 59.73 -
System Red Green Blue C M Y K H S L
Decimal 43 208 33 0.79 0 0.84 0.18 116.57 0.73 0.47
Hex 2B D0 21 4F 0 54 12 75 49 2F
Octal 53 320 41 117 0 124 22 165 111 57
Binary 101011 11010000 100001 1001111 0 1010100 10010 1110101 1001001 101111

Color Harmonies of #2BD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD021

Black with #2BD021

Text Example


Text Example

White with #2BD021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,33); }

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

background-color css

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

 a { background-color: rgb(43,208,33); }

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

border-color css

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

 span { border-color: rgb(43,208,33); }

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