Html Css Color HEX #2FC629 Lime Green

📋 copy color: '#2FC629'

red 47 ◦ green 198 ◦ blue 41

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

Shades of Lime Green #2FC629

Tints of Lime Green #2FC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 69.23%

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

R = 16.43%
G = 69.23%
B = 14.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#2FC629 (or 0x2FC629) is known color: Lime Green. HEX triplet: 2F, C6 and 29. RGB value is (47,198,41). Sum of RGB (Red+Green+Blue) = 47+198+41=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC629 is #D039D6. Grayscale: #878787. Windows color (decimal): -13646295 or 2737711. OLE color: 2737711.

HSL color Cylindrical-coordinate representation of color #2FC629: hue angle of 117.71º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FC629 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 41 -
CMYK 0.76 0 0.79 0.22
HSL 117.71º 0.66% 0.47% -
HSV(B) 117.71º 0.79% 0.78% -
XYZ 21.77 41.15 8.89 -
YUV 134.95 74.97 65.27 -
System Red Green Blue C M Y K H S L
Decimal 47 198 41 0.76 0 0.79 0.22 117.71 0.66 0.47
Hex 2F C6 29 4C 0 4F 16 76 42 2F
Octal 57 306 51 114 0 117 26 166 102 57
Binary 101111 11000110 101001 1001100 0 1001111 10110 1110110 1000010 101111

Color Harmonies of #2FC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC629

Black with #2FC629

Text Example


Text Example

White with #2FC629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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