Html Css Color HEX #3DC338 Lime Green

📋 copy color: '#3DC338'

red 61 ◦ green 195 ◦ blue 56

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

Shades of Lime Green #3DC338

Tints of Lime Green #3DC338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.5%

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 19.55%
G = 62.5%
B = 17.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#3DC338 (or 0x3DC338) is known color: Lime Green. HEX triplet: 3D, C3 and 38. RGB value is (61,195,56). Sum of RGB (Red+Green+Blue) = 61+195+56=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC338 is #C23CC7. Grayscale: #8B8B8B. Windows color (decimal): -12729544 or 3719997. OLE color: 3719997.

HSL color Cylindrical-coordinate representation of color #3DC338: hue angle of 117.84º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC338 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 195 56 -
CMYK 0.69 0 0.71 0.24
HSL 117.84º 0.55% 0.49% -
HSV(B) 117.84º 0.71% 0.76% -
XYZ 22.15 40.31 10.35 -
YUV 139.09 81.11 72.3 -
System Red Green Blue C M Y K H S L
Decimal 61 195 56 0.69 0 0.71 0.24 117.84 0.55 0.49
Hex 3D C3 38 45 0 47 18 76 37 31
Octal 75 303 70 105 0 107 30 166 67 61
Binary 111101 11000011 111000 1000101 0 1000111 11000 1110110 110111 110001

Color Harmonies of #3DC338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC338

Black with #3DC338

Text Example


Text Example

White with #3DC338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,195,56); }

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

background-color css

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

 a { background-color: rgb(61,195,56); }

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

border-color css

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

 span { border-color: rgb(61,195,56); }

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