Html Css Color HEX #3DB63B Lime Green

📋 copy color: '#3DB63B'

red 61 ◦ green 182 ◦ blue 59

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

Shades of Lime Green #3DB63B

Tints of Lime Green #3DB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 20.2%
G = 60.26%
B = 19.54%

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

#3DB63B (or 0x3DB63B) is known color: Lime Green. HEX triplet: 3D, B6 and 3B. RGB value is (61,182,59). Sum of RGB (Red+Green+Blue) = 61+182+59=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB63B is #C249C4. Grayscale: #848484. Windows color (decimal): -12732869 or 3913277. OLE color: 3913277.

HSL color Cylindrical-coordinate representation of color #3DB63B: hue angle of 119.02º degrees, saturation: 0.51, 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 #3DB63B is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 182 59 -
CMYK 0.66 0 0.68 0.29
HSL 119.02º 0.51% 0.47% -
HSV(B) 119.02º 0.68% 0.71% -
XYZ 19.44 34.76 9.82 -
YUV 131.8 86.91 77.5 -
System Red Green Blue C M Y K H S L
Decimal 61 182 59 0.66 0 0.68 0.29 119.02 0.51 0.47
Hex 3D B6 3B 42 0 44 1D 77 33 2F
Octal 75 266 73 102 0 104 35 167 63 57
Binary 111101 10110110 111011 1000010 0 1000100 11101 1110111 110011 101111

Color Harmonies of #3DB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB63B

Black with #3DB63B

Text Example


Text Example

White with #3DB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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