Html Css Color HEX #2FDC34 Lime Green

📋 copy color: '#2FDC34'

red 47 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #2FDC34

Tints of Lime Green #2FDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.97%

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

R = 14.73%
G = 68.97%
B = 16.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#2FDC34 (or 0x2FDC34) is known color: Lime Green. HEX triplet: 2F, DC and 34. RGB value is (47,220,52). Sum of RGB (Red+Green+Blue) = 47+220+52=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC34 is #D023CB. Grayscale: #959595. Windows color (decimal): -13640652 or 3464239. OLE color: 3464239.

HSL color Cylindrical-coordinate representation of color #2FDC34: hue angle of 121.73º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC34 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 52 -
CMYK 0.79 0 0.76 0.14
HSL 121.73º 0.71% 0.52% -
HSV(B) 121.73º 0.79% 0.86% -
XYZ 27.39 52.04 11.85 -
YUV 149.12 73.19 55.16 -
System Red Green Blue C M Y K H S L
Decimal 47 220 52 0.79 0 0.76 0.14 121.73 0.71 0.52
Hex 2F DC 34 4F 0 4C E 7A 47 34
Octal 57 334 64 117 0 114 16 172 107 64
Binary 101111 11011100 110100 1001111 0 1001100 1110 1111010 1000111 110100

Color Harmonies of #2FDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC34

Black with #2FDC34

Text Example


Text Example

White with #2FDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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