Html Css Color HEX #2FD02C Lime Green

📋 copy color: '#2FD02C'

red 47 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #2FD02C

Tints of Lime Green #2FD02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 15.72%
G = 69.57%
B = 14.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#2FD02C (or 0x2FD02C) is known color: Lime Green. HEX triplet: 2F, D0 and 2C. RGB value is (47,208,44). Sum of RGB (Red+Green+Blue) = 47+208+44=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 208 (81.64% from 255 or 69.57% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD02C is #D02FD3. Grayscale: #8D8D8D. Windows color (decimal): -13643732 or 2936879. OLE color: 2936879.

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

Color convert

RGB 47 208 44 -
CMYK 0.77 0 0.79 0.18
HSL 118.9º 0.65% 0.49% -
HSV(B) 118.9º 0.79% 0.82% -
XYZ 24.18 45.9 9.97 -
YUV 141.17 73.16 60.84 -
System Red Green Blue C M Y K H S L
Decimal 47 208 44 0.77 0 0.79 0.18 118.9 0.65 0.49
Hex 2F D0 2C 4D 0 4F 12 77 41 31
Octal 57 320 54 115 0 117 22 167 101 61
Binary 101111 11010000 101100 1001101 0 1001111 10010 1110111 1000001 110001

Color Harmonies of #2FD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD02C

Black with #2FD02C

Text Example


Text Example

White with #2FD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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