Html Css Color HEX #3CC538 Lime Green

📋 copy color: '#3CC538'

red 60 ◦ green 197 ◦ blue 56

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

Shades of Lime Green #3CC538

Tints of Lime Green #3CC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.94%

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 19.17%
G = 62.94%
B = 17.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#3CC538 (or 0x3CC538) is known color: Lime Green. HEX triplet: 3C, C5 and 38. RGB value is (60,197,56). Sum of RGB (Red+Green+Blue) = 60+197+56=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC538 is #C33AC7. Grayscale: #8C8C8C. Windows color (decimal): -12794568 or 3720508. OLE color: 3720508.

HSL color Cylindrical-coordinate representation of color #3CC538: hue angle of 118.3º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CC538 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 197 56 -
CMYK 0.70 0 0.72 0.23
HSL 118.3º 0.56% 0.5% -
HSV(B) 118.3º 0.72% 0.77% -
XYZ 22.54 41.18 10.5 -
YUV 139.96 80.61 70.96 -
System Red Green Blue C M Y K H S L
Decimal 60 197 56 0.70 0 0.72 0.23 118.3 0.56 0.5
Hex 3C C5 38 46 0 48 17 76 38 32
Octal 74 305 70 106 0 110 27 166 70 62
Binary 111100 11000101 111000 1000110 0 1001000 10111 1110110 111000 110010

Color Harmonies of #3CC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC538

Black with #3CC538

Text Example


Text Example

White with #3CC538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,197,56); }

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

background-color css

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

 a { background-color: rgb(60,197,56); }

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

border-color css

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

 span { border-color: rgb(60,197,56); }

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