Html Css Color HEX #2BD90B Lime Green

📋 copy color: '#2BD90B'

red 43 ◦ green 217 ◦ blue 11

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

Shades of Lime Green #2BD90B

Tints of Lime Green #2BD90B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 80.07%

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

R = 15.87%
G = 80.07%
B = 4.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#2BD90B (or 0x2BD90B) is known color: Lime Green. HEX triplet: 2B, D9 and 0B. RGB value is (43,217,11). Sum of RGB (Red+Green+Blue) = 43+217+11=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 217 (85.16% from 255 or 80.07% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD90B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD90B is #D426F4. Grayscale: #8E8E8E. Windows color (decimal): -13903605 or 776491. OLE color: 776491.

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

Color convert

RGB 43 217 11 -
CMYK 0.80 0 0.95 0.15
HSL 110.68º 0.9% 0.45% -
HSV(B) 110.68º 0.95% 0.85% -
XYZ 25.87 50.16 8.64 -
YUV 141.49 54.35 57.75 -
System Red Green Blue C M Y K H S L
Decimal 43 217 11 0.80 0 0.95 0.15 110.68 0.9 0.45
Hex 2B D9 B 50 0 5F F 6F 5A 2D
Octal 53 331 13 120 0 137 17 157 132 55
Binary 101011 11011001 1011 1010000 0 1011111 1111 1101111 1011010 101101

Color Harmonies of #2BD90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD90B

Black with #2BD90B

Text Example


Text Example

White with #2BD90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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