Html Css Color HEX #3DB434 Lime Green

📋 copy color: '#3DB434'

red 61 ◦ green 180 ◦ blue 52

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

Shades of Lime Green #3DB434

Tints of Lime Green #3DB434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 20.82%
G = 61.43%
B = 17.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#3DB434 (or 0x3DB434) is known color: Lime Green. HEX triplet: 3D, B4 and 34. RGB value is (61,180,52). Sum of RGB (Red+Green+Blue) = 61+180+52=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB434 is #C24BCB. Grayscale: #828282. Windows color (decimal): -12733388 or 3454013. OLE color: 3454013.

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

Color convert

RGB 61 180 52 -
CMYK 0.66 0 0.71 0.29
HSL 115.78º 0.55% 0.45% -
HSV(B) 115.78º 0.71% 0.71% -
XYZ 18.87 33.88 8.79 -
YUV 129.83 84.08 78.91 -
System Red Green Blue C M Y K H S L
Decimal 61 180 52 0.66 0 0.71 0.29 115.78 0.55 0.45
Hex 3D B4 34 42 0 47 1D 74 37 2D
Octal 75 264 64 102 0 107 35 164 67 55
Binary 111101 10110100 110100 1000010 0 1000111 11101 1110100 110111 101101

Color Harmonies of #3DB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB434

Black with #3DB434

Text Example


Text Example

White with #3DB434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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