Html Css Color HEX #3DB835 Lime Green

📋 copy color: '#3DB835'

red 61 ◦ green 184 ◦ blue 53

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

Shades of Lime Green #3DB835

Tints of Lime Green #3DB835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.74%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 20.47%
G = 61.74%
B = 17.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#3DB835 (or 0x3DB835) is known color: Lime Green. HEX triplet: 3D, B8 and 35. RGB value is (61,184,53). Sum of RGB (Red+Green+Blue) = 61+184+53=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB835 is #C247CA. Grayscale: #848484. Windows color (decimal): -12732363 or 3520573. OLE color: 3520573.

HSL color Cylindrical-coordinate representation of color #3DB835: hue angle of 116.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB835 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 184 53 -
CMYK 0.67 0 0.71 0.28
HSL 116.34º 0.55% 0.46% -
HSV(B) 116.34º 0.71% 0.72% -
XYZ 19.71 35.53 9.19 -
YUV 132.29 83.25 77.15 -
System Red Green Blue C M Y K H S L
Decimal 61 184 53 0.67 0 0.71 0.28 116.34 0.55 0.46
Hex 3D B8 35 43 0 47 1C 74 37 2E
Octal 75 270 65 103 0 107 34 164 67 56
Binary 111101 10111000 110101 1000011 0 1000111 11100 1110100 110111 101110

Color Harmonies of #3DB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB835

Black with #3DB835

Text Example


Text Example

White with #3DB835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,184,53); }

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

background-color css

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

 a { background-color: rgb(61,184,53); }

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

border-color css

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

 span { border-color: rgb(61,184,53); }

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