Html Css Color HEX #2BD230 Lime Green

📋 copy color: '#2BD230'

red 43 ◦ green 210 ◦ blue 48

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

Shades of Lime Green #2BD230

Tints of Lime Green #2BD230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 14.29%
G = 69.77%
B = 15.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#2BD230 (or 0x2BD230) is known color: Lime Green. HEX triplet: 2B, D2 and 30. RGB value is (43,210,48). Sum of RGB (Red+Green+Blue) = 43+210+48=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD230 is #D42DCF. Grayscale: #8E8E8E. Windows color (decimal): -13905360 or 3199531. OLE color: 3199531.

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

Color convert

RGB 43 210 48 -
CMYK 0.80 0 0.77 0.18
HSL 121.8º 0.66% 0.5% -
HSV(B) 121.8º 0.8% 0.82% -
XYZ 24.58 46.82 10.54 -
YUV 141.6 75.17 57.67 -
System Red Green Blue C M Y K H S L
Decimal 43 210 48 0.80 0 0.77 0.18 121.8 0.66 0.5
Hex 2B D2 30 50 0 4D 12 7A 42 32
Octal 53 322 60 120 0 115 22 172 102 62
Binary 101011 11010010 110000 1010000 0 1001101 10010 1111010 1000010 110010

Color Harmonies of #2BD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD230

Black with #2BD230

Text Example


Text Example

White with #2BD230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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