Html Css Color HEX #3CC045 Lime Green

📋 copy color: '#3CC045'

red 60 ◦ green 192 ◦ blue 69

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

Shades of Lime Green #3CC045

Tints of Lime Green #3CC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.81%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 18.69%
G = 59.81%
B = 21.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#3CC045 (or 0x3CC045) is known color: Lime Green. HEX triplet: 3C, C0 and 45. RGB value is (60,192,69). Sum of RGB (Red+Green+Blue) = 60+192+69=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC045 is #C33FBA. Grayscale: #8A8A8A. Windows color (decimal): -12795835 or 4571196. OLE color: 4571196.

HSL color Cylindrical-coordinate representation of color #3CC045: hue angle of 124.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC045 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 69 -
CMYK 0.69 0 0.64 0.25
HSL 124.09º 0.52% 0.49% -
HSV(B) 124.09º 0.69% 0.75% -
XYZ 21.79 39.09 12.03 -
YUV 138.51 88.77 72 -
System Red Green Blue C M Y K H S L
Decimal 60 192 69 0.69 0 0.64 0.25 124.09 0.52 0.49
Hex 3C C0 45 45 0 40 19 7C 34 31
Octal 74 300 105 105 0 100 31 174 64 61
Binary 111100 11000000 1000101 1000101 0 1000000 11001 1111100 110100 110001

Color Harmonies of #3CC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC045

Black with #3CC045

Text Example


Text Example

White with #3CC045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,69); }

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

background-color css

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

 a { background-color: rgb(60,192,69); }

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

border-color css

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

 span { border-color: rgb(60,192,69); }

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