Html Css Color HEX #2BD21B Lime Green

📋 copy color: '#2BD21B'

red 43 ◦ green 210 ◦ blue 27

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

Shades of Lime Green #2BD21B

Tints of Lime Green #2BD21B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75%

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

R = 15.36%
G = 75%
B = 9.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#2BD21B (or 0x2BD21B) is known color: Lime Green. HEX triplet: 2B, D2 and 1B. RGB value is (43,210,27). Sum of RGB (Red+Green+Blue) = 43+210+27=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD21B is #D42DE4. Grayscale: #8B8B8B. Windows color (decimal): -13905381 or 1823275. OLE color: 1823275.

HSL color Cylindrical-coordinate representation of color #2BD21B: hue angle of 114.75º 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 #2BD21B is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 210 27 -
CMYK 0.80 0 0.87 0.18
HSL 114.75º 0.77% 0.46% -
HSV(B) 114.75º 0.87% 0.82% -
XYZ 24.24 46.69 8.77 -
YUV 139.21 64.67 59.38 -
System Red Green Blue C M Y K H S L
Decimal 43 210 27 0.80 0 0.87 0.18 114.75 0.77 0.46
Hex 2B D2 1B 50 0 57 12 73 4D 2E
Octal 53 322 33 120 0 127 22 163 115 56
Binary 101011 11010010 11011 1010000 0 1010111 10010 1110011 1001101 101110

Color Harmonies of #2BD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD21B

Black with #2BD21B

Text Example


Text Example

White with #2BD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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