Html Css Color HEX #2BAE3A Lime Green

📋 copy color: '#2BAE3A'

red 43 ◦ green 174 ◦ blue 58

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

Shades of Lime Green #2BAE3A

Tints of Lime Green #2BAE3A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 63.27%

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

R = 15.64%
G = 63.27%
B = 21.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#2BAE3A (or 0x2BAE3A) is known color: Lime Green. HEX triplet: 2B, AE and 3A. RGB value is (43,174,58). Sum of RGB (Red+Green+Blue) = 43+174+58=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE3A is #D451C5. Grayscale: #797979. Windows color (decimal): -13914566 or 3845675. OLE color: 3845675.

HSL color Cylindrical-coordinate representation of color #2BAE3A: hue angle of 126.87º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE3A is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 58 -
CMYK 0.75 0 0.67 0.32
HSL 126.87º 0.6% 0.43% -
HSV(B) 126.87º 0.75% 0.68% -
XYZ 16.9 31.09 9.11 -
YUV 121.61 92.1 71.93 -
System Red Green Blue C M Y K H S L
Decimal 43 174 58 0.75 0 0.67 0.32 126.87 0.6 0.43
Hex 2B AE 3A 4B 0 43 20 7F 3C 2B
Octal 53 256 72 113 0 103 40 177 74 53
Binary 101011 10101110 111010 1001011 0 1000011 100000 1111111 111100 101011

Color Harmonies of #2BAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE3A

Black with #2BAE3A

Text Example


Text Example

White with #2BAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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