Html Css Color HEX #2FFD3E Lime Green

📋 copy color: '#2FFD3E'

red 47 ◦ green 253 ◦ blue 62

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

Shades of Lime Green #2FFD3E

Tints of Lime Green #2FFD3E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 69.89%

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

R = 12.98%
G = 69.89%
B = 17.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#2FFD3E (or 0x2FFD3E) is known color: Lime Green. HEX triplet: 2F, FD and 3E. RGB value is (47,253,62). Sum of RGB (Red+Green+Blue) = 47+253+62=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD3E is #D002C1. Grayscale: #AAAAAA. Windows color (decimal): -13632194 or 4128047. OLE color: 4128047.

HSL color Cylindrical-coordinate representation of color #2FFD3E: hue angle of 124.37º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD3E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 62 -
CMYK 0.81 0 0.75 0.01
HSL 124.37º 0.98% 0.59% -
HSV(B) 124.37º 0.81% 0.99% -
XYZ 37.17 71.2 16.34 -
YUV 169.63 67.25 40.53 -
System Red Green Blue C M Y K H S L
Decimal 47 253 62 0.81 0 0.75 0.01 124.37 0.98 0.59
Hex 2F FD 3E 51 0 4B 1 7C 62 3B
Octal 57 375 76 121 0 113 1 174 142 73
Binary 101111 11111101 111110 1010001 0 1001011 1 1111100 1100010 111011

Color Harmonies of #2FFD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD3E

Black with #2FFD3E

Text Example


Text Example

White with #2FFD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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