Html Css Color HEX #2FD640 Lime Green

📋 copy color: '#2FD640'

red 47 ◦ green 214 ◦ blue 64

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

Shades of Lime Green #2FD640

Tints of Lime Green #2FD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.85%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 14.46%
G = 65.85%
B = 19.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#2FD640 (or 0x2FD640) is known color: Lime Green. HEX triplet: 2F, D6 and 40. RGB value is (47,214,64). Sum of RGB (Red+Green+Blue) = 47+214+64=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD640 is #D029BF. Grayscale: #939393. Windows color (decimal): -13642176 or 4249135. OLE color: 4249135.

HSL color Cylindrical-coordinate representation of color #2FD640: hue angle of 126.11º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD640 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 64 -
CMYK 0.78 0 0.70 0.16
HSL 126.11º 0.67% 0.51% -
HSV(B) 126.11º 0.78% 0.84% -
XYZ 26.14 49.07 12.94 -
YUV 146.97 81.17 56.7 -
System Red Green Blue C M Y K H S L
Decimal 47 214 64 0.78 0 0.70 0.16 126.11 0.67 0.51
Hex 2F D6 40 4E 0 46 10 7E 43 33
Octal 57 326 100 116 0 106 20 176 103 63
Binary 101111 11010110 1000000 1001110 0 1000110 10000 1111110 1000011 110011

Color Harmonies of #2FD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD640

Black with #2FD640

Text Example


Text Example

White with #2FD640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,64); }

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

background-color css

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

 a { background-color: rgb(47,214,64); }

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

border-color css

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

 span { border-color: rgb(47,214,64); }

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