Html Css Color HEX #2FD34A Lime Green

📋 copy color: '#2FD34A'

red 47 ◦ green 211 ◦ blue 74

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

Shades of Lime Green #2FD34A

Tints of Lime Green #2FD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.55%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 14.16%
G = 63.55%
B = 22.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#2FD34A (or 0x2FD34A) is known color: Lime Green. HEX triplet: 2F, D3 and 4A. RGB value is (47,211,74). Sum of RGB (Red+Green+Blue) = 47+211+74=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD34A is #D02CB5. Grayscale: #929292. Windows color (decimal): -13642934 or 4903727. OLE color: 4903727.

HSL color Cylindrical-coordinate representation of color #2FD34A: hue angle of 129.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD34A is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 211 74 -
CMYK 0.78 0 0.65 0.17
HSL 129.88º 0.65% 0.51% -
HSV(B) 129.88º 0.78% 0.83% -
XYZ 25.7 47.69 14.33 -
YUV 146.35 87.17 57.14 -
System Red Green Blue C M Y K H S L
Decimal 47 211 74 0.78 0 0.65 0.17 129.88 0.65 0.51
Hex 2F D3 4A 4E 0 41 11 82 41 33
Octal 57 323 112 116 0 101 21 202 101 63
Binary 101111 11010011 1001010 1001110 0 1000001 10001 10000010 1000001 110011

Color Harmonies of #2FD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD34A

Black with #2FD34A

Text Example


Text Example

White with #2FD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,211,74); }

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

background-color css

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

 a { background-color: rgb(47,211,74); }

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

border-color css

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

 span { border-color: rgb(47,211,74); }

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