Html Css Color HEX #2BD10B Lime Green

📋 copy color: '#2BD10B'

red 43 ◦ green 209 ◦ blue 11

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

Shades of Lime Green #2BD10B

Tints of Lime Green #2BD10B

RGB

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

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

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

R = 16.35%
G = 79.47%
B = 4.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#2BD10B (or 0x2BD10B) is known color: Lime Green. HEX triplet: 2B, D1 and 0B. RGB value is (43,209,11). Sum of RGB (Red+Green+Blue) = 43+209+11=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 209 (82.03% from 255 or 79.47% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD10B is #D42EF4. Grayscale: #898989. Windows color (decimal): -13905653 or 774443. OLE color: 774443.

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

Color convert

RGB 43 209 11 -
CMYK 0.79 0 0.95 0.18
HSL 110.3º 0.9% 0.43% -
HSV(B) 110.3º 0.95% 0.82% -
XYZ 23.86 46.14 7.96 -
YUV 136.79 57 61.1 -
System Red Green Blue C M Y K H S L
Decimal 43 209 11 0.79 0 0.95 0.18 110.3 0.9 0.43
Hex 2B D1 B 4F 0 5F 12 6E 5A 2B
Octal 53 321 13 117 0 137 22 156 132 53
Binary 101011 11010001 1011 1001111 0 1011111 10010 1101110 1011010 101011

Color Harmonies of #2BD10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD10B

Black with #2BD10B

Text Example


Text Example

White with #2BD10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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