Html Css Color HEX #3CCA48 Lime Green

📋 copy color: '#3CCA48'

red 60 ◦ green 202 ◦ blue 72

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

Shades of Lime Green #3CCA48

Tints of Lime Green #3CCA48

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.48%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 17.96%
G = 60.48%
B = 21.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#3CCA48 (or 0x3CCA48) is known color: Lime Green. HEX triplet: 3C, CA and 48. RGB value is (60,202,72). Sum of RGB (Red+Green+Blue) = 60+202+72=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA48 is #C335B7. Grayscale: #919191. Windows color (decimal): -12793272 or 4770364. OLE color: 4770364.

HSL color Cylindrical-coordinate representation of color #3CCA48: hue angle of 125.07º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCA48 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 72 -
CMYK 0.70 0 0.64 0.21
HSL 125.07º 0.57% 0.51% -
HSV(B) 125.07º 0.7% 0.79% -
XYZ 24.15 43.67 13.29 -
YUV 144.72 86.96 67.57 -
System Red Green Blue C M Y K H S L
Decimal 60 202 72 0.70 0 0.64 0.21 125.07 0.57 0.51
Hex 3C CA 48 46 0 40 15 7D 39 33
Octal 74 312 110 106 0 100 25 175 71 63
Binary 111100 11001010 1001000 1000110 0 1000000 10101 1111101 111001 110011

Color Harmonies of #3CCA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA48

Black with #3CCA48

Text Example


Text Example

White with #3CCA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,202,72); }

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

background-color css

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

 a { background-color: rgb(60,202,72); }

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

border-color css

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

 span { border-color: rgb(60,202,72); }

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