Html Css Color HEX #2BD11B Lime Green

📋 copy color: '#2BD11B'

red 43 ◦ green 209 ◦ blue 27

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

Shades of Lime Green #2BD11B

Tints of Lime Green #2BD11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 15.41%
G = 74.91%
B = 9.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#2BD11B (or 0x2BD11B) is known color: Lime Green. HEX triplet: 2B, D1 and 1B. RGB value is (43,209,27). Sum of RGB (Red+Green+Blue) = 43+209+27=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 209 (82.03% from 255 or 74.91% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD11B is #D42EE4. Grayscale: #8B8B8B. Windows color (decimal): -13905637 or 1823019. OLE color: 1823019.

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

Color convert

RGB 43 209 27 -
CMYK 0.79 0 0.87 0.18
HSL 114.73º 0.77% 0.46% -
HSV(B) 114.73º 0.87% 0.82% -
XYZ 23.99 46.19 8.69 -
YUV 138.62 65 59.8 -
System Red Green Blue C M Y K H S L
Decimal 43 209 27 0.79 0 0.87 0.18 114.73 0.77 0.46
Hex 2B D1 1B 4F 0 57 12 73 4D 2E
Octal 53 321 33 117 0 127 22 163 115 56
Binary 101011 11010001 11011 1001111 0 1010111 10010 1110011 1001101 101110

Color Harmonies of #2BD11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD11B

Black with #2BD11B

Text Example


Text Example

White with #2BD11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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