Html Css Color HEX #2FC344 Lime Green

📋 copy color: '#2FC344'

red 47 ◦ green 195 ◦ blue 68

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

Shades of Lime Green #2FC344

Tints of Lime Green #2FC344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.9%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 15.16%
G = 62.9%
B = 21.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#2FC344 (or 0x2FC344) is known color: Lime Green. HEX triplet: 2F, C3 and 44. RGB value is (47,195,68). Sum of RGB (Red+Green+Blue) = 47+195+68=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC344 is #D03CBB. Grayscale: #888888. Windows color (decimal): -13647036 or 4506415. OLE color: 4506415.

HSL color Cylindrical-coordinate representation of color #2FC344: hue angle of 128.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC344 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 195 68 -
CMYK 0.76 0 0.65 0.24
HSL 128.51º 0.61% 0.47% -
HSV(B) 128.51º 0.76% 0.76% -
XYZ 21.73 40.05 12.05 -
YUV 136.27 89.47 64.33 -
System Red Green Blue C M Y K H S L
Decimal 47 195 68 0.76 0 0.65 0.24 128.51 0.61 0.47
Hex 2F C3 44 4C 0 41 18 81 3D 2F
Octal 57 303 104 114 0 101 30 201 75 57
Binary 101111 11000011 1000100 1001100 0 1000001 11000 10000001 111101 101111

Color Harmonies of #2FC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC344

Black with #2FC344

Text Example


Text Example

White with #2FC344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,195,68); }

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

background-color css

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

 a { background-color: rgb(47,195,68); }

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

border-color css

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

 span { border-color: rgb(47,195,68); }

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