Html Css Color HEX #2BE73A Lime Green

📋 copy color: '#2BE73A'

red 43 ◦ green 231 ◦ blue 58

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

Shades of Lime Green #2BE73A

Tints of Lime Green #2BE73A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 69.58%

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

R = 12.95%
G = 69.58%
B = 17.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#2BE73A (or 0x2BE73A) is known color: Lime Green. HEX triplet: 2B, E7 and 3A. RGB value is (43,231,58). Sum of RGB (Red+Green+Blue) = 43+231+58=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 231 (90.62% from 255 or 69.58% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE73A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE73A is #D418C5. Grayscale: #9B9B9B. Windows color (decimal): -13899974 or 3860267. OLE color: 3860267.

HSL color Cylindrical-coordinate representation of color #2BE73A: hue angle of 124.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE73A is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 231 58 -
CMYK 0.81 0 0.75 0.09
HSL 124.79º 0.8% 0.54% -
HSV(B) 124.79º 0.81% 0.91% -
XYZ 30.34 57.97 13.59 -
YUV 155.07 73.22 48.07 -
System Red Green Blue C M Y K H S L
Decimal 43 231 58 0.81 0 0.75 0.09 124.79 0.8 0.54
Hex 2B E7 3A 51 0 4B 9 7D 50 36
Octal 53 347 72 121 0 113 11 175 120 66
Binary 101011 11100111 111010 1010001 0 1001011 1001 1111101 1010000 110110

Color Harmonies of #2BE73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE73A

Black with #2BE73A

Text Example


Text Example

White with #2BE73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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