Html Css Color HEX #2BD212 Lime Green

📋 copy color: '#2BD212'

red 43 ◦ green 210 ◦ blue 18

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

Shades of Lime Green #2BD212

Tints of Lime Green #2BD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 15.87%
G = 77.49%
B = 6.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#2BD212 (or 0x2BD212) is known color: Lime Green. HEX triplet: 2B, D2 and 12. RGB value is (43,210,18). Sum of RGB (Red+Green+Blue) = 43+210+18=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 210 (82.42% from 255 or 77.49% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD212 is #D42DED. Grayscale: #8A8A8A. Windows color (decimal): -13905390 or 1233451. OLE color: 1233451.

HSL color Cylindrical-coordinate representation of color #2BD212: hue angle of 112.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BD212 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 210 18 -
CMYK 0.80 0 0.91 0.18
HSL 112.19º 0.84% 0.45% -
HSV(B) 112.19º 0.91% 0.82% -
XYZ 24.15 46.65 8.3 -
YUV 138.18 60.17 60.11 -
System Red Green Blue C M Y K H S L
Decimal 43 210 18 0.80 0 0.91 0.18 112.19 0.84 0.45
Hex 2B D2 12 50 0 5B 12 70 54 2D
Octal 53 322 22 120 0 133 22 160 124 55
Binary 101011 11010010 10010 1010000 0 1011011 10010 1110000 1010100 101101

Color Harmonies of #2BD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD212

Black with #2BD212

Text Example


Text Example

White with #2BD212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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