Html Css Color HEX #2BAE2E Lime Green

📋 copy color: '#2BAE2E'

red 43 ◦ green 174 ◦ blue 46

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

Shades of Lime Green #2BAE2E

Tints of Lime Green #2BAE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 16.35%
G = 66.16%
B = 17.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#2BAE2E (or 0x2BAE2E) is known color: Lime Green. HEX triplet: 2B, AE and 2E. RGB value is (43,174,46). Sum of RGB (Red+Green+Blue) = 43+174+46=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 174 (68.36% from 255 or 66.16% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE2E is #D451D1. Grayscale: #787878. Windows color (decimal): -13914578 or 3059243. OLE color: 3059243.

HSL color Cylindrical-coordinate representation of color #2BAE2E: hue angle of 121.37º 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 #2BAE2E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 46 -
CMYK 0.75 0 0.74 0.32
HSL 121.37º 0.6% 0.43% -
HSV(B) 121.37º 0.75% 0.68% -
XYZ 16.63 30.98 7.69 -
YUV 120.24 86.1 72.91 -
System Red Green Blue C M Y K H S L
Decimal 43 174 46 0.75 0 0.74 0.32 121.37 0.6 0.43
Hex 2B AE 2E 4B 0 4A 20 79 3C 2B
Octal 53 256 56 113 0 112 40 171 74 53
Binary 101011 10101110 101110 1001011 0 1001010 100000 1111001 111100 101011

Color Harmonies of #2BAE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE2E

Black with #2BAE2E

Text Example


Text Example

White with #2BAE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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