Html Css Color HEX #2FF72A Lime Green

📋 copy color: '#2FF72A'

red 47 ◦ green 247 ◦ blue 42

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

Shades of Lime Green #2FF72A

Tints of Lime Green #2FF72A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.51%

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 13.99%
G = 73.51%
B = 12.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#2FF72A (or 0x2FF72A) is known color: Lime Green. HEX triplet: 2F, F7 and 2A. RGB value is (47,247,42). Sum of RGB (Red+Green+Blue) = 47+247+42=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF72A is #D008D5. Grayscale: #A4A4A4. Windows color (decimal): -13633750 or 2815791. OLE color: 2815791.

HSL color Cylindrical-coordinate representation of color #2FF72A: hue angle of 118.54º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FF72A is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 247 42 -
CMYK 0.81 0 0.83 0.03
HSL 118.54º 0.93% 0.57% -
HSV(B) 118.54º 0.83% 0.97% -
XYZ 34.85 67.29 13.34 -
YUV 163.83 59.24 44.67 -
System Red Green Blue C M Y K H S L
Decimal 47 247 42 0.81 0 0.83 0.03 118.54 0.93 0.57
Hex 2F F7 2A 51 0 53 3 77 5D 39
Octal 57 367 52 121 0 123 3 167 135 71
Binary 101111 11110111 101010 1010001 0 1010011 11 1110111 1011101 111001

Color Harmonies of #2FF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF72A

Black with #2FF72A

Text Example


Text Example

White with #2FF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,247,42); }

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

background-color css

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

 a { background-color: rgb(47,247,42); }

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

border-color css

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

 span { border-color: rgb(47,247,42); }

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