Html Css Color HEX #2FAD21 Lime Green

📋 copy color: '#2FAD21'

red 47 ◦ green 173 ◦ blue 33

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

Shades of Lime Green #2FAD21

Tints of Lime Green #2FAD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 68.38%

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 18.58%
G = 68.38%
B = 13.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#2FAD21 (or 0x2FAD21) is known color: Lime Green. HEX triplet: 2F, AD and 21. RGB value is (47,173,33). Sum of RGB (Red+Green+Blue) = 47+173+33=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD21 is #D052DE. Grayscale: #777777. Windows color (decimal): -13652703 or 2207023. OLE color: 2207023.

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

Color convert

RGB 47 173 33 -
CMYK 0.73 0 0.81 0.32
HSL 114º 0.68% 0.4% -
HSV(B) 114º 0.81% 0.68% -
XYZ 16.39 30.6 6.48 -
YUV 119.37 79.26 76.38 -
System Red Green Blue C M Y K H S L
Decimal 47 173 33 0.73 0 0.81 0.32 114 0.68 0.4
Hex 2F AD 21 49 0 51 20 72 44 28
Octal 57 255 41 111 0 121 40 162 104 50
Binary 101111 10101101 100001 1001001 0 1010001 100000 1110010 1000100 101000

Color Harmonies of #2FAD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD21

Black with #2FAD21

Text Example


Text Example

White with #2FAD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,173,33); }

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

background-color css

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

 a { background-color: rgb(47,173,33); }

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

border-color css

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

 span { border-color: rgb(47,173,33); }

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