Html Css Color HEX #2FD520 Lime Green

📋 copy color: '#2FD520'

red 47 ◦ green 213 ◦ blue 32

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

Shades of Lime Green #2FD520

Tints of Lime Green #2FD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.95%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 16.1%
G = 72.95%
B = 10.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#2FD520 (or 0x2FD520) is known color: Lime Green. HEX triplet: 2F, D5 and 20. RGB value is (47,213,32). Sum of RGB (Red+Green+Blue) = 47+213+32=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD520 is #D02ADF. Grayscale: #8F8F8F. Windows color (decimal): -13642464 or 2151727. OLE color: 2151727.

HSL color Cylindrical-coordinate representation of color #2FD520: hue angle of 115.03º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FD520 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 32 -
CMYK 0.78 0 0.85 0.16
HSL 115.03º 0.74% 0.48% -
HSV(B) 115.03º 0.85% 0.84% -
XYZ 25.23 48.3 9.36 -
YUV 142.73 65.5 59.72 -
System Red Green Blue C M Y K H S L
Decimal 47 213 32 0.78 0 0.85 0.16 115.03 0.74 0.48
Hex 2F D5 20 4E 0 55 10 73 4A 30
Octal 57 325 40 116 0 125 20 163 112 60
Binary 101111 11010101 100000 1001110 0 1010101 10000 1110011 1001010 110000

Color Harmonies of #2FD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD520

Black with #2FD520

Text Example


Text Example

White with #2FD520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,32); }

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

background-color css

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

 a { background-color: rgb(47,213,32); }

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

border-color css

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

 span { border-color: rgb(47,213,32); }

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