Html Css Color HEX #3CF034 Lime Green

📋 copy color: '#3CF034'

red 60 ◦ green 240 ◦ blue 52

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

Shades of Lime Green #3CF034

Tints of Lime Green #3CF034

RGB

 RED value IS 60 (23.83% from 255) = 17.05%

 GREEN value IS 240 (94.14% from 255) = 68.18%

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

R = 17.05%
G = 68.18%
B = 14.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#3CF034 (or 0x3CF034) is known color: Lime Green. HEX triplet: 3C, F0 and 34. RGB value is (60,240,52). Sum of RGB (Red+Green+Blue) = 60+240+52=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF034 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF034 is #C30FCB. Grayscale: #A5A5A5. Windows color (decimal): -12783564 or 3469372. OLE color: 3469372.

HSL color Cylindrical-coordinate representation of color #3CF034: hue angle of 117.45º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CF034 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 52 -
CMYK 0.75 0 0.78 0.06
HSL 117.45º 0.86% 0.57% -
HSV(B) 117.45º 0.78% 0.94% -
XYZ 33.64 63.53 13.74 -
YUV 164.75 64.37 53.29 -
System Red Green Blue C M Y K H S L
Decimal 60 240 52 0.75 0 0.78 0.06 117.45 0.86 0.57
Hex 3C F0 34 4B 0 4E 6 75 56 39
Octal 74 360 64 113 0 116 6 165 126 71
Binary 111100 11110000 110100 1001011 0 1001110 110 1110101 1010110 111001

Color Harmonies of #3CF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF034

Black with #3CF034

Text Example


Text Example

White with #3CF034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,52); }

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

background-color css

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

 a { background-color: rgb(60,240,52); }

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

border-color css

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

 span { border-color: rgb(60,240,52); }

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