Html Css Color HEX #3DB92A Lime Green

📋 copy color: '#3DB92A'

red 61 ◦ green 185 ◦ blue 42

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

Shades of Lime Green #3DB92A

Tints of Lime Green #3DB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.24%

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 21.18%
G = 64.24%
B = 14.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#3DB92A (or 0x3DB92A) is known color: Lime Green. HEX triplet: 3D, B9 and 2A. RGB value is (61,185,42). Sum of RGB (Red+Green+Blue) = 61+185+42=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB92A is #C246D5. Grayscale: #848484. Windows color (decimal): -12732118 or 2799933. OLE color: 2799933.

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

Color convert

RGB 61 185 42 -
CMYK 0.67 0 0.77 0.27
HSL 112.03º 0.63% 0.45% -
HSV(B) 112.03º 0.77% 0.73% -
XYZ 19.69 35.86 8.07 -
YUV 131.62 77.42 77.63 -
System Red Green Blue C M Y K H S L
Decimal 61 185 42 0.67 0 0.77 0.27 112.03 0.63 0.45
Hex 3D B9 2A 43 0 4D 1B 70 3F 2D
Octal 75 271 52 103 0 115 33 160 77 55
Binary 111101 10111001 101010 1000011 0 1001101 11011 1110000 111111 101101

Color Harmonies of #3DB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB92A

Black with #3DB92A

Text Example


Text Example

White with #3DB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,185,42); }

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

background-color css

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

 a { background-color: rgb(61,185,42); }

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

border-color css

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

 span { border-color: rgb(61,185,42); }

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