Html Css Color HEX #2BD53A Lime Green

📋 copy color: '#2BD53A'

red 43 ◦ green 213 ◦ blue 58

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

Shades of Lime Green #2BD53A

Tints of Lime Green #2BD53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.83%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 13.69%
G = 67.83%
B = 18.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#2BD53A (or 0x2BD53A) is known color: Lime Green. HEX triplet: 2B, D5 and 3A. RGB value is (43,213,58). Sum of RGB (Red+Green+Blue) = 43+213+58=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD53A is #D42AC5. Grayscale: #909090. Windows color (decimal): -13904582 or 3855659. OLE color: 3855659.

HSL color Cylindrical-coordinate representation of color #2BD53A: hue angle of 125.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD53A is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 213 58 -
CMYK 0.80 0 0.73 0.16
HSL 125.29º 0.67% 0.5% -
HSV(B) 125.29º 0.8% 0.84% -
XYZ 25.55 48.41 12 -
YUV 144.5 79.18 55.6 -
System Red Green Blue C M Y K H S L
Decimal 43 213 58 0.80 0 0.73 0.16 125.29 0.67 0.5
Hex 2B D5 3A 50 0 49 10 7D 43 32
Octal 53 325 72 120 0 111 20 175 103 62
Binary 101011 11010101 111010 1010000 0 1001001 10000 1111101 1000011 110010

Color Harmonies of #2BD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD53A

Black with #2BD53A

Text Example


Text Example

White with #2BD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,213,58); }

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

background-color css

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

 a { background-color: rgb(43,213,58); }

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

border-color css

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

 span { border-color: rgb(43,213,58); }

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