Html Css Color HEX #2FF13E Lime Green

📋 copy color: '#2FF13E'

red 47 ◦ green 241 ◦ blue 62

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

Shades of Lime Green #2FF13E

Tints of Lime Green #2FF13E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.86%

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

R = 13.43%
G = 68.86%
B = 17.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#2FF13E (or 0x2FF13E) is known color: Lime Green. HEX triplet: 2F, F1 and 3E. RGB value is (47,241,62). Sum of RGB (Red+Green+Blue) = 47+241+62=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF13E is #D00EC1. Grayscale: #A3A3A3. Windows color (decimal): -13635266 or 4124975. OLE color: 4124975.

HSL color Cylindrical-coordinate representation of color #2FF13E: hue angle of 124.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF13E is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 62 -
CMYK 0.80 0 0.74 0.05
HSL 124.64º 0.87% 0.56% -
HSV(B) 124.64º 0.8% 0.95% -
XYZ 33.5 63.86 15.12 -
YUV 162.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 47 241 62 0.80 0 0.74 0.05 124.64 0.87 0.56
Hex 2F F1 3E 50 0 4A 5 7D 57 38
Octal 57 361 76 120 0 112 5 175 127 70
Binary 101111 11110001 111110 1010000 0 1001010 101 1111101 1010111 111000

Color Harmonies of #2FF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF13E

Black with #2FF13E

Text Example


Text Example

White with #2FF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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