Html Css Color HEX #2BD232 Lime Green

📋 copy color: '#2BD232'

red 43 ◦ green 210 ◦ blue 50

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

Shades of Lime Green #2BD232

Tints of Lime Green #2BD232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 14.19%
G = 69.31%
B = 16.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#2BD232 (or 0x2BD232) is known color: Lime Green. HEX triplet: 2B, D2 and 32. RGB value is (43,210,50). Sum of RGB (Red+Green+Blue) = 43+210+50=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD232 is #D42DCD. Grayscale: #8E8E8E. Windows color (decimal): -13905358 or 3330603. OLE color: 3330603.

HSL color Cylindrical-coordinate representation of color #2BD232: hue angle of 122.51º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD232 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 210 50 -
CMYK 0.80 0 0.76 0.18
HSL 122.52º 0.66% 0.5% -
HSV(B) 122.52º 0.8% 0.82% -
XYZ 24.62 46.84 10.76 -
YUV 141.83 76.17 57.51 -
System Red Green Blue C M Y K H S L
Decimal 43 210 50 0.80 0 0.76 0.18 122.52 0.66 0.5
Hex 2B D2 32 50 0 4C 12 7B 42 32
Octal 53 322 62 120 0 114 22 173 102 62
Binary 101011 11010010 110010 1010000 0 1001100 10010 1111011 1000010 110010

Color Harmonies of #2BD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD232

Black with #2BD232

Text Example


Text Example

White with #2BD232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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