Html Css Color HEX #3CE134 Lime Green

📋 copy color: '#3CE134'

red 60 ◦ green 225 ◦ blue 52

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

Shades of Lime Green #3CE134

Tints of Lime Green #3CE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.77%

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

R = 17.8%
G = 66.77%
B = 15.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#3CE134 (or 0x3CE134) is known color: Lime Green. HEX triplet: 3C, E1 and 34. RGB value is (60,225,52). Sum of RGB (Red+Green+Blue) = 60+225+52=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE134 is #C31ECB. Grayscale: #9C9C9C. Windows color (decimal): -12787404 or 3465532. OLE color: 3465532.

HSL color Cylindrical-coordinate representation of color #3CE134: hue angle of 117.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CE134 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 52 -
CMYK 0.73 0 0.77 0.12
HSL 117.23º 0.74% 0.54% -
HSV(B) 117.23º 0.77% 0.88% -
XYZ 29.41 55.06 12.33 -
YUV 155.94 69.34 59.57 -
System Red Green Blue C M Y K H S L
Decimal 60 225 52 0.73 0 0.77 0.12 117.23 0.74 0.54
Hex 3C E1 34 49 0 4D C 75 4A 36
Octal 74 341 64 111 0 115 14 165 112 66
Binary 111100 11100001 110100 1001001 0 1001101 1100 1110101 1001010 110110

Color Harmonies of #3CE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE134

Black with #3CE134

Text Example


Text Example

White with #3CE134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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