Html Css Color HEX #2FFD34 Lime Green

📋 copy color: '#2FFD34'

red 47 ◦ green 253 ◦ blue 52

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

Shades of Lime Green #2FFD34

Tints of Lime Green #2FFD34

RGB

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

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

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

R = 13.35%
G = 71.88%
B = 14.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#2FFD34 (or 0x2FFD34) is known color: Lime Green. HEX triplet: 2F, FD and 34. RGB value is (47,253,52). Sum of RGB (Red+Green+Blue) = 47+253+52=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 253 (99.22% from 255 or 71.88% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD34 is #D002CB. Grayscale: #A9A9A9. Windows color (decimal): -13632204 or 3472687. OLE color: 3472687.

HSL color Cylindrical-coordinate representation of color #2FFD34: hue angle of 121.46º 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 #2FFD34 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 52 -
CMYK 0.81 0 0.79 0.01
HSL 121.46º 0.98% 0.59% -
HSV(B) 121.46º 0.81% 0.99% -
XYZ 36.92 71.1 15.03 -
YUV 168.49 62.25 41.34 -
System Red Green Blue C M Y K H S L
Decimal 47 253 52 0.81 0 0.79 0.01 121.46 0.98 0.59
Hex 2F FD 34 51 0 4F 1 79 62 3B
Octal 57 375 64 121 0 117 1 171 142 73
Binary 101111 11111101 110100 1010001 0 1001111 1 1111001 1100010 111011

Color Harmonies of #2FFD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD34

Black with #2FFD34

Text Example


Text Example

White with #2FFD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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