Html Css Color HEX #3DC634 Lime Green

📋 copy color: '#3DC634'

red 61 ◦ green 198 ◦ blue 52

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

Shades of Lime Green #3DC634

Tints of Lime Green #3DC634

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.67%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 19.61%
G = 63.67%
B = 16.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#3DC634 (or 0x3DC634) is known color: Lime Green. HEX triplet: 3D, C6 and 34. RGB value is (61,198,52). Sum of RGB (Red+Green+Blue) = 61+198+52=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC634 is #C239CB. Grayscale: #8C8C8C. Windows color (decimal): -12728780 or 3458621. OLE color: 3458621.

HSL color Cylindrical-coordinate representation of color #3DC634: hue angle of 116.3º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DC634 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 198 52 -
CMYK 0.69 0 0.74 0.22
HSL 116.3º 0.58% 0.49% -
HSV(B) 116.3º 0.74% 0.78% -
XYZ 22.74 41.63 10.09 -
YUV 140.39 78.11 71.37 -
System Red Green Blue C M Y K H S L
Decimal 61 198 52 0.69 0 0.74 0.22 116.3 0.58 0.49
Hex 3D C6 34 45 0 4A 16 74 3A 31
Octal 75 306 64 105 0 112 26 164 72 61
Binary 111101 11000110 110100 1000101 0 1001010 10110 1110100 111010 110001

Color Harmonies of #3DC634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC634

Black with #3DC634

Text Example


Text Example

White with #3DC634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,198,52); }

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

background-color css

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

 a { background-color: rgb(61,198,52); }

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

border-color css

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

 span { border-color: rgb(61,198,52); }

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