Html Css Color HEX #3FC434 Lime Green

📋 copy color: '#3FC434'

red 63 ◦ green 196 ◦ blue 52

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

Shades of Lime Green #3FC434

Tints of Lime Green #3FC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.02%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 20.26%
G = 63.02%
B = 16.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#3FC434 (or 0x3FC434) is known color: Lime Green. HEX triplet: 3F, C4 and 34. RGB value is (63,196,52). Sum of RGB (Red+Green+Blue) = 63+196+52=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC434 is #C03BCB. Grayscale: #8C8C8C. Windows color (decimal): -12598220 or 3458111. OLE color: 3458111.

HSL color Cylindrical-coordinate representation of color #3FC434: hue angle of 115.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FC434 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 196 52 -
CMYK 0.68 0 0.73 0.23
HSL 115.42º 0.58% 0.49% -
HSV(B) 115.42º 0.73% 0.77% -
XYZ 22.41 40.78 9.94 -
YUV 139.82 78.44 73.21 -
System Red Green Blue C M Y K H S L
Decimal 63 196 52 0.68 0 0.73 0.23 115.42 0.58 0.49
Hex 3F C4 34 44 0 49 17 73 3A 31
Octal 77 304 64 104 0 111 27 163 72 61
Binary 111111 11000100 110100 1000100 0 1001001 10111 1110011 111010 110001

Color Harmonies of #3FC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC434

Black with #3FC434

Text Example


Text Example

White with #3FC434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,196,52); }

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

background-color css

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

 a { background-color: rgb(63,196,52); }

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

border-color css

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

 span { border-color: rgb(63,196,52); }

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