Html Css Color HEX #2FC820 Lime Green

📋 copy color: '#2FC820'

red 47 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #2FC820

Tints of Lime Green #2FC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.68%

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

R = 16.85%
G = 71.68%
B = 11.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#2FC820 (or 0x2FC820) is known color: Lime Green. HEX triplet: 2F, C8 and 20. RGB value is (47,200,32). Sum of RGB (Red+Green+Blue) = 47+200+32=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC820 is #D037DF. Grayscale: #878787. Windows color (decimal): -13645792 or 2148399. OLE color: 2148399.

HSL color Cylindrical-coordinate representation of color #2FC820: hue angle of 114.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC820 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 32 -
CMYK 0.76 0 0.84 0.22
HSL 114.64º 0.72% 0.45% -
HSV(B) 114.64º 0.84% 0.78% -
XYZ 22.09 42.02 8.31 -
YUV 135.1 69.81 65.16 -
System Red Green Blue C M Y K H S L
Decimal 47 200 32 0.76 0 0.84 0.22 114.64 0.72 0.45
Hex 2F C8 20 4C 0 54 16 73 48 2D
Octal 57 310 40 114 0 124 26 163 110 55
Binary 101111 11001000 100000 1001100 0 1010100 10110 1110011 1001000 101101

Color Harmonies of #2FC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC820

Black with #2FC820

Text Example


Text Example

White with #2FC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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