Html Css Color HEX #2FD320 Lime Green

📋 copy color: '#2FD320'

red 47 ◦ green 211 ◦ blue 32

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

Shades of Lime Green #2FD320

Tints of Lime Green #2FD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 72.76%

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

R = 16.21%
G = 72.76%
B = 11.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#2FD320 (or 0x2FD320) is known color: Lime Green. HEX triplet: 2F, D3 and 20. RGB value is (47,211,32). Sum of RGB (Red+Green+Blue) = 47+211+32=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 211 (82.81% from 255 or 72.76% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD320 is #D02CDF. Grayscale: #8E8E8E. Windows color (decimal): -13642976 or 2151215. OLE color: 2151215.

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

Color convert

RGB 47 211 32 -
CMYK 0.78 0 0.85 0.17
HSL 114.97º 0.74% 0.48% -
HSV(B) 114.97º 0.85% 0.83% -
XYZ 24.73 47.3 9.19 -
YUV 141.56 66.17 60.55 -
System Red Green Blue C M Y K H S L
Decimal 47 211 32 0.78 0 0.85 0.17 114.97 0.74 0.48
Hex 2F D3 20 4E 0 55 11 73 4A 30
Octal 57 323 40 116 0 125 21 163 112 60
Binary 101111 11010011 100000 1001110 0 1010101 10001 1110011 1001010 110000

Color Harmonies of #2FD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD320

Black with #2FD320

Text Example


Text Example

White with #2FD320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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