Html Css Color HEX #2FE320 Lime Green

📋 copy color: '#2FE320'

red 47 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #2FE320

Tints of Lime Green #2FE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 74.18%

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

R = 15.36%
G = 74.18%
B = 10.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#2FE320 (or 0x2FE320) is known color: Lime Green. HEX triplet: 2F, E3 and 20. RGB value is (47,227,32). Sum of RGB (Red+Green+Blue) = 47+227+32=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE320 is #D01CDF. Grayscale: #979797. Windows color (decimal): -13638880 or 2155311. OLE color: 2155311.

HSL color Cylindrical-coordinate representation of color #2FE320: hue angle of 115.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE320 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 227 32 -
CMYK 0.79 0 0.86 0.11
HSL 115.38º 0.78% 0.51% -
HSV(B) 115.38º 0.86% 0.89% -
XYZ 28.9 55.65 10.58 -
YUV 150.95 60.87 53.86 -
System Red Green Blue C M Y K H S L
Decimal 47 227 32 0.79 0 0.86 0.11 115.38 0.78 0.51
Hex 2F E3 20 4F 0 56 B 73 4E 33
Octal 57 343 40 117 0 126 13 163 116 63
Binary 101111 11100011 100000 1001111 0 1010110 1011 1110011 1001110 110011

Color Harmonies of #2FE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE320

Black with #2FE320

Text Example


Text Example

White with #2FE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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