Html Css Color HEX #2FD03C Lime Green

📋 copy color: '#2FD03C'

red 47 ◦ green 208 ◦ blue 60

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

Shades of Lime Green #2FD03C

Tints of Lime Green #2FD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.03%

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 14.92%
G = 66.03%
B = 19.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#2FD03C (or 0x2FD03C) is known color: Lime Green. HEX triplet: 2F, D0 and 3C. RGB value is (47,208,60). Sum of RGB (Red+Green+Blue) = 47+208+60=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD03C is #D02FC3. Grayscale: #8F8F8F. Windows color (decimal): -13643716 or 3985455. OLE color: 3985455.

HSL color Cylindrical-coordinate representation of color #2FD03C: hue angle of 124.84º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD03C is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 60 -
CMYK 0.77 0 0.71 0.18
HSL 124.84º 0.63% 0.5% -
HSV(B) 124.84º 0.77% 0.82% -
XYZ 24.54 46.04 11.87 -
YUV 142.99 81.16 59.53 -
System Red Green Blue C M Y K H S L
Decimal 47 208 60 0.77 0 0.71 0.18 124.84 0.63 0.5
Hex 2F D0 3C 4D 0 47 12 7D 3F 32
Octal 57 320 74 115 0 107 22 175 77 62
Binary 101111 11010000 111100 1001101 0 1000111 10010 1111101 111111 110010

Color Harmonies of #2FD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD03C

Black with #2FD03C

Text Example


Text Example

White with #2FD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,208,60); }

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

background-color css

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

 a { background-color: rgb(47,208,60); }

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

border-color css

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

 span { border-color: rgb(47,208,60); }

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