Html Css Color HEX #2FC93F Lime Green

📋 copy color: '#2FC93F'

red 47 ◦ green 201 ◦ blue 63

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

Shades of Lime Green #2FC93F

Tints of Lime Green #2FC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.63%

 BLUE value IS 63 (25% from 255) = 20.26%

R = 15.11%
G = 64.63%
B = 20.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#2FC93F (or 0x2FC93F) is known color: Lime Green. HEX triplet: 2F, C9 and 3F. RGB value is (47,201,63). Sum of RGB (Red+Green+Blue) = 47+201+63=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 201 (78.91% from 255 or 64.63% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC93F is #D036C0. Grayscale: #8B8B8B. Windows color (decimal): -13645505 or 4180271. OLE color: 4180271.

HSL color Cylindrical-coordinate representation of color #2FC93F: hue angle of 126.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC93F is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 63 -
CMYK 0.77 0 0.69 0.21
HSL 126.23º 0.62% 0.49% -
HSV(B) 126.23º 0.77% 0.79% -
XYZ 22.96 42.74 11.74 -
YUV 139.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 47 201 63 0.77 0 0.69 0.21 126.23 0.62 0.49
Hex 2F C9 3F 4D 0 45 15 7E 3E 31
Octal 57 311 77 115 0 105 25 176 76 61
Binary 101111 11001001 111111 1001101 0 1000101 10101 1111110 111110 110001

Color Harmonies of #2FC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC93F

Black with #2FC93F

Text Example


Text Example

White with #2FC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,201,63); }

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

background-color css

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

 a { background-color: rgb(47,201,63); }

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

border-color css

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

 span { border-color: rgb(47,201,63); }

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