Html Css Color HEX #2BAE2F Lime Green

📋 copy color: '#2BAE2F'

red 43 ◦ green 174 ◦ blue 47

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

Shades of Lime Green #2BAE2F

Tints of Lime Green #2BAE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 16.29%
G = 65.91%
B = 17.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#2BAE2F (or 0x2BAE2F) is known color: Lime Green. HEX triplet: 2B, AE and 2F. RGB value is (43,174,47). Sum of RGB (Red+Green+Blue) = 43+174+47=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 174 (68.36% from 255 or 65.91% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE2F is #D451D0. Grayscale: #787878. Windows color (decimal): -13914577 or 3124779. OLE color: 3124779.

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

Color convert

RGB 43 174 47 -
CMYK 0.75 0 0.73 0.32
HSL 121.83º 0.6% 0.43% -
HSV(B) 121.83º 0.75% 0.68% -
XYZ 16.65 30.99 7.79 -
YUV 120.35 86.6 72.83 -
System Red Green Blue C M Y K H S L
Decimal 43 174 47 0.75 0 0.73 0.32 121.83 0.6 0.43
Hex 2B AE 2F 4B 0 49 20 7A 3C 2B
Octal 53 256 57 113 0 111 40 172 74 53
Binary 101011 10101110 101111 1001011 0 1001001 100000 1111010 111100 101011

Color Harmonies of #2BAE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE2F

Black with #2BAE2F

Text Example


Text Example

White with #2BAE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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