Html Css Color HEX #2FE720 Lime Green

📋 copy color: '#2FE720'

red 47 ◦ green 231 ◦ blue 32

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

Shades of Lime Green #2FE720

Tints of Lime Green #2FE720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 74.52%

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

R = 15.16%
G = 74.52%
B = 10.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#2FE720 (or 0x2FE720) is known color: Lime Green. HEX triplet: 2F, E7 and 20. RGB value is (47,231,32). Sum of RGB (Red+Green+Blue) = 47+231+32=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE720 is #D018DF. Grayscale: #999999. Windows color (decimal): -13637856 or 2156335. OLE color: 2156335.

HSL color Cylindrical-coordinate representation of color #2FE720: hue angle of 115.48º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE720 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 231 32 -
CMYK 0.80 0 0.86 0.09
HSL 115.48º 0.81% 0.52% -
HSV(B) 115.48º 0.86% 0.91% -
XYZ 30.01 57.86 10.95 -
YUV 153.3 59.54 52.18 -
System Red Green Blue C M Y K H S L
Decimal 47 231 32 0.80 0 0.86 0.09 115.48 0.81 0.52
Hex 2F E7 20 50 0 56 9 73 51 34
Octal 57 347 40 120 0 126 11 163 121 64
Binary 101111 11100111 100000 1010000 0 1010110 1001 1110011 1010001 110100

Color Harmonies of #2FE720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE720

Black with #2FE720

Text Example


Text Example

White with #2FE720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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