Html Css Color HEX #3DB63A Lime Green

📋 copy color: '#3DB63A'

red 61 ◦ green 182 ◦ blue 58

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

Shades of Lime Green #3DB63A

Tints of Lime Green #3DB63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.47%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 20.27%
G = 60.47%
B = 19.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#3DB63A (or 0x3DB63A) is known color: Lime Green. HEX triplet: 3D, B6 and 3A. RGB value is (61,182,58). Sum of RGB (Red+Green+Blue) = 61+182+58=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 182 (71.48% from 255 or 60.47% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB63A is #C249C5. Grayscale: #848484. Windows color (decimal): -12732870 or 3847741. OLE color: 3847741.

HSL color Cylindrical-coordinate representation of color #3DB63A: hue angle of 118.55º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB63A is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 182 58 -
CMYK 0.66 0 0.68 0.29
HSL 118.55º 0.52% 0.47% -
HSV(B) 118.55º 0.68% 0.71% -
XYZ 19.42 34.75 9.69 -
YUV 131.69 86.41 77.58 -
System Red Green Blue C M Y K H S L
Decimal 61 182 58 0.66 0 0.68 0.29 118.55 0.52 0.47
Hex 3D B6 3A 42 0 44 1D 77 34 2F
Octal 75 266 72 102 0 104 35 167 64 57
Binary 111101 10110110 111010 1000010 0 1000100 11101 1110111 110100 101111

Color Harmonies of #3DB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB63A

Black with #3DB63A

Text Example


Text Example

White with #3DB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,182,58); }

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

background-color css

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

 a { background-color: rgb(61,182,58); }

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

border-color css

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

 span { border-color: rgb(61,182,58); }

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