Html Css Color HEX #2FD64C Lime Green

📋 copy color: '#2FD64C'

red 47 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #2FD64C

Tints of Lime Green #2FD64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 13.95%
G = 63.5%
B = 22.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#2FD64C (or 0x2FD64C) is known color: Lime Green. HEX triplet: 2F, D6 and 4C. RGB value is (47,214,76). Sum of RGB (Red+Green+Blue) = 47+214+76=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD64C is #D029B3. Grayscale: #949494. Windows color (decimal): -13642164 or 5035567. OLE color: 5035567.

HSL color Cylindrical-coordinate representation of color #2FD64C: hue angle of 130.42º 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 #2FD64C is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 76 -
CMYK 0.78 0 0.64 0.16
HSL 130.42º 0.67% 0.51% -
HSV(B) 130.42º 0.78% 0.84% -
XYZ 26.52 49.22 14.94 -
YUV 148.34 87.17 55.72 -
System Red Green Blue C M Y K H S L
Decimal 47 214 76 0.78 0 0.64 0.16 130.42 0.67 0.51
Hex 2F D6 4C 4E 0 40 10 82 43 33
Octal 57 326 114 116 0 100 20 202 103 63
Binary 101111 11010110 1001100 1001110 0 1000000 10000 10000010 1000011 110011

Color Harmonies of #2FD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD64C

Black with #2FD64C

Text Example


Text Example

White with #2FD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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