Html Css Color HEX #3DC04C Lime Green

📋 copy color: '#3DC04C'

red 61 ◦ green 192 ◦ blue 76

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

Shades of Lime Green #3DC04C

Tints of Lime Green #3DC04C

RGB

 RED value IS 61 (24.22% from 255) = 18.54%

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 18.54%
G = 58.36%
B = 23.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#3DC04C (or 0x3DC04C) is known color: Lime Green. HEX triplet: 3D, C0 and 4C. RGB value is (61,192,76). Sum of RGB (Red+Green+Blue) = 61+192+76=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC04C is #C23FB3. Grayscale: #8B8B8B. Windows color (decimal): -12730292 or 5029949. OLE color: 5029949.

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

Color convert

RGB 61 192 76 -
CMYK 0.68 0 0.60 0.25
HSL 126.87º 0.52% 0.5% -
HSV(B) 126.87º 0.68% 0.75% -
XYZ 22.08 39.21 13.24 -
YUV 139.61 92.1 71.93 -
System Red Green Blue C M Y K H S L
Decimal 61 192 76 0.68 0 0.60 0.25 126.87 0.52 0.5
Hex 3D C0 4C 44 0 3C 19 7F 34 32
Octal 75 300 114 104 0 74 31 177 64 62
Binary 111101 11000000 1001100 1000100 0 111100 11001 1111111 110100 110010

Color Harmonies of #3DC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC04C

Black with #3DC04C

Text Example


Text Example

White with #3DC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,192,76); }

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

background-color css

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

 a { background-color: rgb(61,192,76); }

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

border-color css

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

 span { border-color: rgb(61,192,76); }

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