Html Css Color HEX #2FD02D Lime Green

📋 copy color: '#2FD02D'

red 47 ◦ green 208 ◦ blue 45

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

Shades of Lime Green #2FD02D

Tints of Lime Green #2FD02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 15.67%
G = 69.33%
B = 15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#2FD02D (or 0x2FD02D) is known color: Lime Green. HEX triplet: 2F, D0 and 2D. RGB value is (47,208,45). Sum of RGB (Red+Green+Blue) = 47+208+45=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD02D is #D02FD2. Grayscale: #8D8D8D. Windows color (decimal): -13643731 or 3002415. OLE color: 3002415.

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

Color convert

RGB 47 208 45 -
CMYK 0.77 0 0.78 0.18
HSL 119.26º 0.64% 0.5% -
HSV(B) 119.26º 0.78% 0.82% -
XYZ 24.2 45.91 10.07 -
YUV 141.28 73.66 60.75 -
System Red Green Blue C M Y K H S L
Decimal 47 208 45 0.77 0 0.78 0.18 119.26 0.64 0.5
Hex 2F D0 2D 4D 0 4E 12 77 40 32
Octal 57 320 55 115 0 116 22 167 100 62
Binary 101111 11010000 101101 1001101 0 1001110 10010 1110111 1000000 110010

Color Harmonies of #2FD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD02D

Black with #2FD02D

Text Example


Text Example

White with #2FD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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