Html Css Color HEX #3CE04A Lime Green

📋 copy color: '#3CE04A'

red 60 ◦ green 224 ◦ blue 74

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

Shades of Lime Green #3CE04A

Tints of Lime Green #3CE04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.57%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 16.76%
G = 62.57%
B = 20.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#3CE04A (or 0x3CE04A) is known color: Lime Green. HEX triplet: 3C, E0 and 4A. RGB value is (60,224,74). Sum of RGB (Red+Green+Blue) = 60+224+74=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE04A is #C31FB5. Grayscale: #9E9E9E. Windows color (decimal): -12787638 or 4907068. OLE color: 4907068.

HSL color Cylindrical-coordinate representation of color #3CE04A: hue angle of 125.12º 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 #3CE04A is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 74 -
CMYK 0.73 0 0.67 0.12
HSL 125.12º 0.73% 0.56% -
HSV(B) 125.12º 0.73% 0.88% -
XYZ 29.76 54.77 15.48 -
YUV 157.86 80.67 58.2 -
System Red Green Blue C M Y K H S L
Decimal 60 224 74 0.73 0 0.67 0.12 125.12 0.73 0.56
Hex 3C E0 4A 49 0 43 C 7D 49 38
Octal 74 340 112 111 0 103 14 175 111 70
Binary 111100 11100000 1001010 1001001 0 1000011 1100 1111101 1001001 111000

Color Harmonies of #3CE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE04A

Black with #3CE04A

Text Example


Text Example

White with #3CE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,224,74); }

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

background-color css

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

 a { background-color: rgb(60,224,74); }

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

border-color css

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

 span { border-color: rgb(60,224,74); }

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