Html Css Color HEX #3CE142 Lime Green

📋 copy color: '#3CE142'

red 60 ◦ green 225 ◦ blue 66

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

Shades of Lime Green #3CE142

Tints of Lime Green #3CE142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 17.09%
G = 64.1%
B = 18.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#3CE142 (or 0x3CE142) is known color: Lime Green. HEX triplet: 3C, E1 and 42. RGB value is (60,225,66). Sum of RGB (Red+Green+Blue) = 60+225+66=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE142 is #C31EBD. Grayscale: #9E9E9E. Windows color (decimal): -12787390 or 4383036. OLE color: 4383036.

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

Color convert

RGB 60 225 66 -
CMYK 0.73 0 0.71 0.12
HSL 122.18º 0.73% 0.56% -
HSV(B) 122.18º 0.73% 0.88% -
XYZ 29.77 55.2 14.24 -
YUV 157.54 76.34 58.43 -
System Red Green Blue C M Y K H S L
Decimal 60 225 66 0.73 0 0.71 0.12 122.18 0.73 0.56
Hex 3C E1 42 49 0 47 C 7A 49 38
Octal 74 341 102 111 0 107 14 172 111 70
Binary 111100 11100001 1000010 1001001 0 1000111 1100 1111010 1001001 111000

Color Harmonies of #3CE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE142

Black with #3CE142

Text Example


Text Example

White with #3CE142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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