Html Css Color HEX #3CD725 Lime Green

📋 copy color: '#3CD725'

red 60 ◦ green 215 ◦ blue 37

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

Shades of Lime Green #3CD725

Tints of Lime Green #3CD725

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.91%

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

R = 19.23%
G = 68.91%
B = 11.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#3CD725 (or 0x3CD725) is known color: Lime Green. HEX triplet: 3C, D7 and 25. RGB value is (60,215,37). Sum of RGB (Red+Green+Blue) = 60+215+37=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD725 is #C328DA. Grayscale: #949494. Windows color (decimal): -12789979 or 2479932. OLE color: 2479932.

HSL color Cylindrical-coordinate representation of color #3CD725: hue angle of 112.25º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CD725 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 215 37 -
CMYK 0.72 0 0.83 0.16
HSL 112.25º 0.71% 0.49% -
HSV(B) 112.25º 0.83% 0.84% -
XYZ 26.5 49.7 9.95 -
YUV 148.36 65.15 64.97 -
System Red Green Blue C M Y K H S L
Decimal 60 215 37 0.72 0 0.83 0.16 112.25 0.71 0.49
Hex 3C D7 25 48 0 53 10 70 47 31
Octal 74 327 45 110 0 123 20 160 107 61
Binary 111100 11010111 100101 1001000 0 1010011 10000 1110000 1000111 110001

Color Harmonies of #3CD725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD725

Black with #3CD725

Text Example


Text Example

White with #3CD725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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