Html Css Color HEX #3FC34C Lime Green

📋 copy color: '#3FC34C'

red 63 ◦ green 195 ◦ blue 76

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

Shades of Lime Green #3FC34C

Tints of Lime Green #3FC34C

RGB

 RED value IS 63 (25% from 255) = 18.86%

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 18.86%
G = 58.38%
B = 22.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3FC34C (or 0x3FC34C) is known color: Lime Green. HEX triplet: 3F, C3 and 4C. RGB value is (63,195,76). Sum of RGB (Red+Green+Blue) = 63+195+76=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC34C is #C03CB3. Grayscale: #8E8E8E. Windows color (decimal): -12598452 or 5030719. OLE color: 5030719.

HSL color Cylindrical-coordinate representation of color #3FC34C: hue angle of 125.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC34C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 195 76 -
CMYK 0.68 0 0.61 0.24
HSL 125.91º 0.52% 0.51% -
HSV(B) 125.91º 0.68% 0.76% -
XYZ 22.87 40.61 13.47 -
YUV 141.97 90.77 71.68 -
System Red Green Blue C M Y K H S L
Decimal 63 195 76 0.68 0 0.61 0.24 125.91 0.52 0.51
Hex 3F C3 4C 44 0 3D 18 7E 34 33
Octal 77 303 114 104 0 75 30 176 64 63
Binary 111111 11000011 1001100 1000100 0 111101 11000 1111110 110100 110011

Color Harmonies of #3FC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC34C

Black with #3FC34C

Text Example


Text Example

White with #3FC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FC34C; }

 p { color: rgb(63,195,76); }

 H1.HeaderClassName
 {
   color: #3FC34C;
 }
 .AnyTagClassName
 {
   color: #3FC34C;
 }
</style>

background-color css

<style>
 a { background-color: #3FC34C; }

 a { background-color: rgb(63,195,76); }

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

border-color css

<style>
 span { border-color: #3FC34C; }

 span { border-color: rgb(63,195,76); }

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