Html Css Color HEX #2FDC35 Lime Green

📋 copy color: '#2FDC35'

red 47 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #2FDC35

Tints of Lime Green #2FDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.56%

R = 14.69%
G = 68.75%
B = 16.56%

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

#2FDC35 (or 0x2FDC35) is known color: Lime Green. HEX triplet: 2F, DC and 35. RGB value is (47,220,53). Sum of RGB (Red+Green+Blue) = 47+220+53=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC35 is #D023CA. Grayscale: #959595. Windows color (decimal): -13640651 or 3529775. OLE color: 3529775.

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

Color convert

RGB 47 220 53 -
CMYK 0.79 0 0.76 0.14
HSL 122.08º 0.71% 0.52% -
HSV(B) 122.08º 0.79% 0.86% -
XYZ 27.41 52.05 11.97 -
YUV 149.24 73.69 55.08 -
System Red Green Blue C M Y K H S L
Decimal 47 220 53 0.79 0 0.76 0.14 122.08 0.71 0.52
Hex 2F DC 35 4F 0 4C E 7A 47 34
Octal 57 334 65 117 0 114 16 172 107 64
Binary 101111 11011100 110101 1001111 0 1001100 1110 1111010 1000111 110100

Color Harmonies of #2FDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC35

Black with #2FDC35

Text Example


Text Example

White with #2FDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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