Html Css Color HEX #2FAE23 Lime Green

📋 copy color: '#2FAE23'

red 47 ◦ green 174 ◦ blue 35

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

Shades of Lime Green #2FAE23

Tints of Lime Green #2FAE23

RGB

 RED value IS 47 (18.75% from 255) = 18.36%

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

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 18.36%
G = 67.97%
B = 13.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#2FAE23 (or 0x2FAE23) is known color: Lime Green. HEX triplet: 2F, AE and 23. RGB value is (47,174,35). Sum of RGB (Red+Green+Blue) = 47+174+35=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 174 (68.36% from 255 or 67.97% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAE23 is #D051DC. Grayscale: #787878. Windows color (decimal): -13652445 or 2338351. OLE color: 2338351.

HSL color Cylindrical-coordinate representation of color #2FAE23: hue angle of 114.82º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAE23 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 174 35 -
CMYK 0.73 0 0.80 0.32
HSL 114.82º 0.67% 0.41% -
HSV(B) 114.82º 0.8% 0.68% -
XYZ 16.61 31 6.7 -
YUV 120.18 79.92 75.8 -
System Red Green Blue C M Y K H S L
Decimal 47 174 35 0.73 0 0.80 0.32 114.82 0.67 0.41
Hex 2F AE 23 49 0 50 20 73 43 29
Octal 57 256 43 111 0 120 40 163 103 51
Binary 101111 10101110 100011 1001001 0 1010000 100000 1110011 1000011 101001

Color Harmonies of #2FAE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAE23

Black with #2FAE23

Text Example


Text Example

White with #2FAE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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