Html Css Color HEX #2FE63E Lime Green

📋 copy color: '#2FE63E'

red 47 ◦ green 230 ◦ blue 62

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

Shades of Lime Green #2FE63E

Tints of Lime Green #2FE63E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 67.85%

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

R = 13.86%
G = 67.85%
B = 18.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#2FE63E (or 0x2FE63E) is known color: Lime Green. HEX triplet: 2F, E6 and 3E. RGB value is (47,230,62). Sum of RGB (Red+Green+Blue) = 47+230+62=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 230 (90.23% from 255 or 67.85% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE63E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE63E is #D019C1. Grayscale: #9C9C9C. Windows color (decimal): -13638082 or 4122159. OLE color: 4122159.

HSL color Cylindrical-coordinate representation of color #2FE63E: hue angle of 124.92º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE63E is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 62 -
CMYK 0.80 0 0.73 0.10
HSL 124.92º 0.79% 0.54% -
HSV(B) 124.92º 0.8% 0.9% -
XYZ 30.34 57.55 14.07 -
YUV 156.13 74.87 50.16 -
System Red Green Blue C M Y K H S L
Decimal 47 230 62 0.80 0 0.73 0.10 124.92 0.79 0.54
Hex 2F E6 3E 50 0 49 A 7D 4F 36
Octal 57 346 76 120 0 111 12 175 117 66
Binary 101111 11100110 111110 1010000 0 1001001 1010 1111101 1001111 110110

Color Harmonies of #2FE63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE63E

Black with #2FE63E

Text Example


Text Example

White with #2FE63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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