Html Css Color HEX #3DC64B Lime Green

📋 copy color: '#3DC64B'

red 61 ◦ green 198 ◦ blue 75

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

Shades of Lime Green #3DC64B

Tints of Lime Green #3DC64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 18.26%
G = 59.28%
B = 22.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#3DC64B (or 0x3DC64B) is known color: Lime Green. HEX triplet: 3D, C6 and 4B. RGB value is (61,198,75). Sum of RGB (Red+Green+Blue) = 61+198+75=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC64B is #C239B4. Grayscale: #8F8F8F. Windows color (decimal): -12728757 or 4965949. OLE color: 4965949.

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

Color convert

RGB 61 198 75 -
CMYK 0.69 0 0.62 0.22
HSL 126.13º 0.55% 0.51% -
HSV(B) 126.13º 0.69% 0.78% -
XYZ 23.39 41.89 13.51 -
YUV 143.02 89.61 69.5 -
System Red Green Blue C M Y K H S L
Decimal 61 198 75 0.69 0 0.62 0.22 126.13 0.55 0.51
Hex 3D C6 4B 45 0 3E 16 7E 37 33
Octal 75 306 113 105 0 76 26 176 67 63
Binary 111101 11000110 1001011 1000101 0 111110 10110 1111110 110111 110011

Color Harmonies of #3DC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC64B

Black with #3DC64B

Text Example


Text Example

White with #3DC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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