Html Css Color HEX #2FD629 Lime Green

📋 copy color: '#2FD629'

red 47 ◦ green 214 ◦ blue 41

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

Shades of Lime Green #2FD629

Tints of Lime Green #2FD629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 70.86%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 15.56%
G = 70.86%
B = 13.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#2FD629 (or 0x2FD629) is known color: Lime Green. HEX triplet: 2F, D6 and 29. RGB value is (47,214,41). Sum of RGB (Red+Green+Blue) = 47+214+41=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 214 (83.98% from 255 or 70.86% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD629 is #D029D6. Grayscale: #909090. Windows color (decimal): -13642199 or 2741807. OLE color: 2741807.

HSL color Cylindrical-coordinate representation of color #2FD629: hue angle of 117.92º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD629 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 41 -
CMYK 0.78 0 0.81 0.16
HSL 117.92º 0.68% 0.5% -
HSV(B) 117.92º 0.81% 0.84% -
XYZ 25.62 48.86 10.18 -
YUV 144.35 69.67 58.57 -
System Red Green Blue C M Y K H S L
Decimal 47 214 41 0.78 0 0.81 0.16 117.92 0.68 0.5
Hex 2F D6 29 4E 0 51 10 76 44 32
Octal 57 326 51 116 0 121 20 166 104 62
Binary 101111 11010110 101001 1001110 0 1010001 10000 1110110 1000100 110010

Color Harmonies of #2FD629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD629

Black with #2FD629

Text Example


Text Example

White with #2FD629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,41); }

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

background-color css

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

 a { background-color: rgb(47,214,41); }

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

border-color css

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

 span { border-color: rgb(47,214,41); }

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