Html Css Color HEX #3DBC44 Lime Green

📋 copy color: '#3DBC44'

red 61 ◦ green 188 ◦ blue 68

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

Shades of Lime Green #3DBC44

Tints of Lime Green #3DBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.31%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 19.24%
G = 59.31%
B = 21.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#3DBC44 (or 0x3DBC44) is known color: Lime Green. HEX triplet: 3D, BC and 44. RGB value is (61,188,68). Sum of RGB (Red+Green+Blue) = 61+188+68=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC44 is #C243BB. Grayscale: #888888. Windows color (decimal): -12731324 or 4504637. OLE color: 4504637.

HSL color Cylindrical-coordinate representation of color #3DBC44: hue angle of 123.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC44 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 68 -
CMYK 0.68 0 0.64 0.26
HSL 123.31º 0.51% 0.49% -
HSV(B) 123.31º 0.68% 0.74% -
XYZ 20.95 37.38 11.58 -
YUV 136.35 89.42 74.26 -
System Red Green Blue C M Y K H S L
Decimal 61 188 68 0.68 0 0.64 0.26 123.31 0.51 0.49
Hex 3D BC 44 44 0 40 1A 7B 33 31
Octal 75 274 104 104 0 100 32 173 63 61
Binary 111101 10111100 1000100 1000100 0 1000000 11010 1111011 110011 110001

Color Harmonies of #3DBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC44

Black with #3DBC44

Text Example


Text Example

White with #3DBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,188,68); }

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

background-color css

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

 a { background-color: rgb(61,188,68); }

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

border-color css

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

 span { border-color: rgb(61,188,68); }

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