Html Css Color HEX #2FFA34 Lime Green

📋 copy color: '#2FFA34'

red 47 ◦ green 250 ◦ blue 52

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

Shades of Lime Green #2FFA34

Tints of Lime Green #2FFA34

RGB

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

 GREEN value IS 250 (98.05% from 255) = 71.63%

 BLUE value IS 52 (20.7% from 255) = 14.9%

R = 13.47%
G = 71.63%
B = 14.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#2FFA34 (or 0x2FFA34) is known color: Lime Green. HEX triplet: 2F, FA and 34. RGB value is (47,250,52). Sum of RGB (Red+Green+Blue) = 47+250+52=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA34 is #D005CB. Grayscale: #A7A7A7. Windows color (decimal): -13632972 or 3471919. OLE color: 3471919.

HSL color Cylindrical-coordinate representation of color #2FFA34: hue angle of 121.48º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA34 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 52 -
CMYK 0.81 0 0.79 0.02
HSL 121.48º 0.95% 0.58% -
HSV(B) 121.48º 0.81% 0.98% -
XYZ 35.98 69.22 14.71 -
YUV 166.73 63.25 42.6 -
System Red Green Blue C M Y K H S L
Decimal 47 250 52 0.81 0 0.79 0.02 121.48 0.95 0.58
Hex 2F FA 34 51 0 4F 2 79 5F 3A
Octal 57 372 64 121 0 117 2 171 137 72
Binary 101111 11111010 110100 1010001 0 1001111 10 1111001 1011111 111010

Color Harmonies of #2FFA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA34

Black with #2FFA34

Text Example


Text Example

White with #2FFA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,52); }

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

background-color css

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

 a { background-color: rgb(47,250,52); }

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

border-color css

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

 span { border-color: rgb(47,250,52); }

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