Html Css Color HEX #2BD50B Lime Green

📋 copy color: '#2BD50B'

red 43 ◦ green 213 ◦ blue 11

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

Shades of Lime Green #2BD50B

Tints of Lime Green #2BD50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 79.78%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 16.1%
G = 79.78%
B = 4.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#2BD50B (or 0x2BD50B) is known color: Lime Green. HEX triplet: 2B, D5 and 0B. RGB value is (43,213,11). Sum of RGB (Red+Green+Blue) = 43+213+11=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD50B is #D42AF4. Grayscale: #8B8B8B. Windows color (decimal): -13904629 or 775467. OLE color: 775467.

HSL color Cylindrical-coordinate representation of color #2BD50B: hue angle of 110.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BD50B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 213 11 -
CMYK 0.80 0 0.95 0.16
HSL 110.5º 0.9% 0.44% -
HSV(B) 110.5º 0.95% 0.84% -
XYZ 24.85 48.13 8.3 -
YUV 139.14 55.68 59.43 -
System Red Green Blue C M Y K H S L
Decimal 43 213 11 0.80 0 0.95 0.16 110.5 0.9 0.44
Hex 2B D5 B 50 0 5F 10 6E 5A 2C
Octal 53 325 13 120 0 137 20 156 132 54
Binary 101011 11010101 1011 1010000 0 1011111 10000 1101110 1011010 101100

Color Harmonies of #2BD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD50B

Black with #2BD50B

Text Example


Text Example

White with #2BD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,213,11); }

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

background-color css

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

 a { background-color: rgb(43,213,11); }

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

border-color css

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

 span { border-color: rgb(43,213,11); }

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