Html Css Color HEX #3CEC34 Lime Green

📋 copy color: '#3CEC34'

red 60 ◦ green 236 ◦ blue 52

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

Shades of Lime Green #3CEC34

Tints of Lime Green #3CEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 67.82%

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

R = 17.24%
G = 67.82%
B = 14.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#3CEC34 (or 0x3CEC34) is known color: Lime Green. HEX triplet: 3C, EC and 34. RGB value is (60,236,52). Sum of RGB (Red+Green+Blue) = 60+236+52=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 236 (92.58% from 255 or 67.82% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC34 is #C313CB. Grayscale: #A2A2A2. Windows color (decimal): -12784588 or 3468348. OLE color: 3468348.

HSL color Cylindrical-coordinate representation of color #3CEC34: hue angle of 117.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CEC34 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 52 -
CMYK 0.75 0 0.78 0.07
HSL 117.39º 0.83% 0.56% -
HSV(B) 117.39º 0.78% 0.93% -
XYZ 32.48 61.2 13.35 -
YUV 162.4 65.69 54.96 -
System Red Green Blue C M Y K H S L
Decimal 60 236 52 0.75 0 0.78 0.07 117.39 0.83 0.56
Hex 3C EC 34 4B 0 4E 7 75 53 38
Octal 74 354 64 113 0 116 7 165 123 70
Binary 111100 11101100 110100 1001011 0 1001110 111 1110101 1010011 111000

Color Harmonies of #3CEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC34

Black with #3CEC34

Text Example


Text Example

White with #3CEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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