Html Css Color HEX #2FC93E Lime Green

📋 copy color: '#2FC93E'

red 47 ◦ green 201 ◦ blue 62

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

Shades of Lime Green #2FC93E

Tints of Lime Green #2FC93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 15.16%
G = 64.84%
B = 20%

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

#2FC93E (or 0x2FC93E) is known color: Lime Green. HEX triplet: 2F, C9 and 3E. RGB value is (47,201,62). Sum of RGB (Red+Green+Blue) = 47+201+62=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC93E is #D036C1. Grayscale: #8B8B8B. Windows color (decimal): -13645506 or 4114735. OLE color: 4114735.

HSL color Cylindrical-coordinate representation of color #2FC93E: hue angle of 125.84º 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 #2FC93E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 62 -
CMYK 0.77 0 0.69 0.21
HSL 125.84º 0.62% 0.49% -
HSV(B) 125.84º 0.77% 0.79% -
XYZ 22.93 42.73 11.6 -
YUV 139.11 84.48 62.3 -
System Red Green Blue C M Y K H S L
Decimal 47 201 62 0.77 0 0.69 0.21 125.84 0.62 0.49
Hex 2F C9 3E 4D 0 45 15 7E 3E 31
Octal 57 311 76 115 0 105 25 176 76 61
Binary 101111 11001001 111110 1001101 0 1000101 10101 1111110 111110 110001

Color Harmonies of #2FC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC93E

Black with #2FC93E

Text Example


Text Example

White with #2FC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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