Html Css Color HEX #3DBA42 Lime Green

📋 copy color: '#3DBA42'

red 61 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #3DBA42

Tints of Lime Green #3DBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 19.49%
G = 59.42%
B = 21.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#3DBA42 (or 0x3DBA42) is known color: Lime Green. HEX triplet: 3D, BA and 42. RGB value is (61,186,66). Sum of RGB (Red+Green+Blue) = 61+186+66=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA42 is #C245BD. Grayscale: #878787. Windows color (decimal): -12731838 or 4373053. OLE color: 4373053.

HSL color Cylindrical-coordinate representation of color #3DBA42: hue angle of 122.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA42 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 66 -
CMYK 0.67 0 0.65 0.27
HSL 122.4º 0.51% 0.48% -
HSV(B) 122.4º 0.67% 0.73% -
XYZ 20.47 36.5 11.12 -
YUV 134.95 89.09 75.26 -
System Red Green Blue C M Y K H S L
Decimal 61 186 66 0.67 0 0.65 0.27 122.4 0.51 0.48
Hex 3D BA 42 43 0 41 1B 7A 33 30
Octal 75 272 102 103 0 101 33 172 63 60
Binary 111101 10111010 1000010 1000011 0 1000001 11011 1111010 110011 110000

Color Harmonies of #3DBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA42

Black with #3DBA42

Text Example


Text Example

White with #3DBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,186,66); }

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

background-color css

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

 a { background-color: rgb(61,186,66); }

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

border-color css

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

 span { border-color: rgb(61,186,66); }

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