Html Css Color HEX #2FC852 Lime Green

📋 copy color: '#2FC852'

red 47 ◦ green 200 ◦ blue 82

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

Shades of Lime Green #2FC852

Tints of Lime Green #2FC852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 14.29%
G = 60.79%
B = 24.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#2FC852 (or 0x2FC852) is known color: Lime Green. HEX triplet: 2F, C8 and 52. RGB value is (47,200,82). Sum of RGB (Red+Green+Blue) = 47+200+82=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC852 is #D037AD. Grayscale: #8D8D8D. Windows color (decimal): -13645742 or 5425199. OLE color: 5425199.

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

Color convert

RGB 47 200 82 -
CMYK 0.76 0 0.59 0.22
HSL 133.73º 0.62% 0.48% -
HSV(B) 133.73º 0.77% 0.78% -
XYZ 23.35 42.52 14.96 -
YUV 140.8 94.81 61.09 -
System Red Green Blue C M Y K H S L
Decimal 47 200 82 0.76 0 0.59 0.22 133.73 0.62 0.48
Hex 2F C8 52 4C 0 3B 16 86 3E 30
Octal 57 310 122 114 0 73 26 206 76 60
Binary 101111 11001000 1010010 1001100 0 111011 10110 10000110 111110 110000

Color Harmonies of #2FC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC852

Black with #2FC852

Text Example


Text Example

White with #2FC852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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