Html Css Color HEX #3CC025 Lime Green

📋 copy color: '#3CC025'

red 60 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #3CC025

Tints of Lime Green #3CC025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 20.76%
G = 66.44%
B = 12.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#3CC025 (or 0x3CC025) is known color: Lime Green. HEX triplet: 3C, C0 and 25. RGB value is (60,192,37). Sum of RGB (Red+Green+Blue) = 60+192+37=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC025 is #C33FDA. Grayscale: #878787. Windows color (decimal): -12795867 or 2474044. OLE color: 2474044.

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

Color convert

RGB 60 192 37 -
CMYK 0.69 0 0.81 0.25
HSL 111.1º 0.68% 0.45% -
HSV(B) 111.1º 0.81% 0.75% -
XYZ 21.05 38.79 8.13 -
YUV 134.86 72.77 74.6 -
System Red Green Blue C M Y K H S L
Decimal 60 192 37 0.69 0 0.81 0.25 111.1 0.68 0.45
Hex 3C C0 25 45 0 51 19 6F 44 2D
Octal 74 300 45 105 0 121 31 157 104 55
Binary 111100 11000000 100101 1000101 0 1010001 11001 1101111 1000100 101101

Color Harmonies of #3CC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC025

Black with #3CC025

Text Example


Text Example

White with #3CC025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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