Html Css Color HEX #3DB432 Lime Green

📋 copy color: '#3DB432'

red 61 ◦ green 180 ◦ blue 50

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

Shades of Lime Green #3DB432

Tints of Lime Green #3DB432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.86%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 20.96%
G = 61.86%
B = 17.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#3DB432 (or 0x3DB432) is known color: Lime Green. HEX triplet: 3D, B4 and 32. RGB value is (61,180,50). Sum of RGB (Red+Green+Blue) = 61+180+50=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB432 is #C24BCD. Grayscale: #828282. Windows color (decimal): -12733390 or 3322941. OLE color: 3322941.

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

Color convert

RGB 61 180 50 -
CMYK 0.66 0 0.72 0.29
HSL 114.92º 0.57% 0.45% -
HSV(B) 114.92º 0.72% 0.71% -
XYZ 18.82 33.86 8.56 -
YUV 129.6 83.08 79.07 -
System Red Green Blue C M Y K H S L
Decimal 61 180 50 0.66 0 0.72 0.29 114.92 0.57 0.45
Hex 3D B4 32 42 0 48 1D 73 39 2D
Octal 75 264 62 102 0 110 35 163 71 55
Binary 111101 10110100 110010 1000010 0 1001000 11101 1110011 111001 101101

Color Harmonies of #3DB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB432

Black with #3DB432

Text Example


Text Example

White with #3DB432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,180,50); }

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

background-color css

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

 a { background-color: rgb(61,180,50); }

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

border-color css

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

 span { border-color: rgb(61,180,50); }

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