Html Css Color HEX #3FCF34 Lime Green

📋 copy color: '#3FCF34'

red 63 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #3FCF34

Tints of Lime Green #3FCF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.29%

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

R = 19.57%
G = 64.29%
B = 16.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#3FCF34 (or 0x3FCF34) is known color: Lime Green. HEX triplet: 3F, CF and 34. RGB value is (63,207,52). Sum of RGB (Red+Green+Blue) = 63+207+52=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF34 is #C030CB. Grayscale: #929292. Windows color (decimal): -12595404 or 3460927. OLE color: 3460927.

HSL color Cylindrical-coordinate representation of color #3FCF34: hue angle of 115.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCF34 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 52 -
CMYK 0.70 0 0.75 0.19
HSL 115.74º 0.62% 0.51% -
HSV(B) 115.74º 0.75% 0.81% -
XYZ 24.98 45.93 10.8 -
YUV 146.27 74.79 68.6 -
System Red Green Blue C M Y K H S L
Decimal 63 207 52 0.70 0 0.75 0.19 115.74 0.62 0.51
Hex 3F CF 34 46 0 4B 13 74 3E 33
Octal 77 317 64 106 0 113 23 164 76 63
Binary 111111 11001111 110100 1000110 0 1001011 10011 1110100 111110 110011

Color Harmonies of #3FCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF34

Black with #3FCF34

Text Example


Text Example

White with #3FCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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