Html Css Color HEX #2BE53A Lime Green

📋 copy color: '#2BE53A'

red 43 ◦ green 229 ◦ blue 58

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

Shades of Lime Green #2BE53A

Tints of Lime Green #2BE53A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 69.39%

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

R = 13.03%
G = 69.39%
B = 17.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#2BE53A (or 0x2BE53A) is known color: Lime Green. HEX triplet: 2B, E5 and 3A. RGB value is (43,229,58). Sum of RGB (Red+Green+Blue) = 43+229+58=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE53A is #D41AC5. Grayscale: #9A9A9A. Windows color (decimal): -13900486 or 3859755. OLE color: 3859755.

HSL color Cylindrical-coordinate representation of color #2BE53A: hue angle of 124.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE53A is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 58 -
CMYK 0.81 0 0.75 0.10
HSL 124.84º 0.78% 0.53% -
HSV(B) 124.84º 0.81% 0.9% -
XYZ 29.78 56.86 13.41 -
YUV 153.89 73.88 48.9 -
System Red Green Blue C M Y K H S L
Decimal 43 229 58 0.81 0 0.75 0.10 124.84 0.78 0.53
Hex 2B E5 3A 51 0 4B A 7D 4E 35
Octal 53 345 72 121 0 113 12 175 116 65
Binary 101011 11100101 111010 1010001 0 1001011 1010 1111101 1001110 110101

Color Harmonies of #2BE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE53A

Black with #2BE53A

Text Example


Text Example

White with #2BE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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