Html Css Color HEX #2FC521 Lime Green

📋 copy color: '#2FC521'

red 47 ◦ green 197 ◦ blue 33

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

Shades of Lime Green #2FC521

Tints of Lime Green #2FC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.12%

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

R = 16.97%
G = 71.12%
B = 11.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#2FC521 (or 0x2FC521) is known color: Lime Green. HEX triplet: 2F, C5 and 21. RGB value is (47,197,33). Sum of RGB (Red+Green+Blue) = 47+197+33=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC521 is #D03ADE. Grayscale: #858585. Windows color (decimal): -13646559 or 2213167. OLE color: 2213167.

HSL color Cylindrical-coordinate representation of color #2FC521: hue angle of 114.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FC521 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 197 33 -
CMYK 0.76 0 0.83 0.23
HSL 114.88º 0.71% 0.45% -
HSV(B) 114.88º 0.83% 0.77% -
XYZ 21.41 40.65 8.16 -
YUV 133.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 47 197 33 0.76 0 0.83 0.23 114.88 0.71 0.45
Hex 2F C5 21 4C 0 53 17 73 47 2D
Octal 57 305 41 114 0 123 27 163 107 55
Binary 101111 11000101 100001 1001100 0 1010011 10111 1110011 1000111 101101

Color Harmonies of #2FC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC521

Black with #2FC521

Text Example


Text Example

White with #2FC521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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