Html Css Color HEX #2FD93E Lime Green

📋 copy color: '#2FD93E'

red 47 ◦ green 217 ◦ blue 62

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

Shades of Lime Green #2FD93E

Tints of Lime Green #2FD93E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.56%

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

R = 14.42%
G = 66.56%
B = 19.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#2FD93E (or 0x2FD93E) is known color: Lime Green. HEX triplet: 2F, D9 and 3E. RGB value is (47,217,62). Sum of RGB (Red+Green+Blue) = 47+217+62=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD93E is #D026C1. Grayscale: #949494. Windows color (decimal): -13641410 or 4118831. OLE color: 4118831.

HSL color Cylindrical-coordinate representation of color #2FD93E: hue angle of 125.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD93E is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 62 -
CMYK 0.78 0 0.71 0.15
HSL 125.29º 0.69% 0.52% -
HSV(B) 125.29º 0.78% 0.85% -
XYZ 26.85 50.58 12.9 -
YUV 148.5 79.18 55.6 -
System Red Green Blue C M Y K H S L
Decimal 47 217 62 0.78 0 0.71 0.15 125.29 0.69 0.52
Hex 2F D9 3E 4E 0 47 F 7D 45 34
Octal 57 331 76 116 0 107 17 175 105 64
Binary 101111 11011001 111110 1001110 0 1000111 1111 1111101 1000101 110100

Color Harmonies of #2FD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD93E

Black with #2FD93E

Text Example


Text Example

White with #2FD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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