Html Css Color HEX #2FD045 Lime Green

📋 copy color: '#2FD045'

red 47 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #2FD045

Tints of Lime Green #2FD045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 14.51%
G = 64.2%
B = 21.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#2FD045 (or 0x2FD045) is known color: Lime Green. HEX triplet: 2F, D0 and 45. RGB value is (47,208,69). Sum of RGB (Red+Green+Blue) = 47+208+69=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD045 is #D02FBA. Grayscale: #909090. Windows color (decimal): -13643707 or 4575279. OLE color: 4575279.

HSL color Cylindrical-coordinate representation of color #2FD045: hue angle of 128.2º 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 #2FD045 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 69 -
CMYK 0.77 0 0.67 0.18
HSL 128.2º 0.63% 0.5% -
HSV(B) 128.2º 0.77% 0.82% -
XYZ 24.8 46.15 13.23 -
YUV 144.02 85.66 58.8 -
System Red Green Blue C M Y K H S L
Decimal 47 208 69 0.77 0 0.67 0.18 128.2 0.63 0.5
Hex 2F D0 45 4D 0 43 12 80 3F 32
Octal 57 320 105 115 0 103 22 200 77 62
Binary 101111 11010000 1000101 1001101 0 1000011 10010 10000000 111111 110010

Color Harmonies of #2FD045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD045

Black with #2FD045

Text Example


Text Example

White with #2FD045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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