Html Css Color HEX #3DB930 Lime Green

📋 copy color: '#3DB930'

red 61 ◦ green 185 ◦ blue 48

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

Shades of Lime Green #3DB930

Tints of Lime Green #3DB930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 20.75%
G = 62.93%
B = 16.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#3DB930 (or 0x3DB930) is known color: Lime Green. HEX triplet: 3D, B9 and 30. RGB value is (61,185,48). Sum of RGB (Red+Green+Blue) = 61+185+48=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB930 is #C246CF. Grayscale: #848484. Windows color (decimal): -12732112 or 3193149. OLE color: 3193149.

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

Color convert

RGB 61 185 48 -
CMYK 0.67 0 0.74 0.27
HSL 114.31º 0.59% 0.46% -
HSV(B) 114.31º 0.74% 0.73% -
XYZ 19.81 35.9 8.68 -
YUV 132.31 80.42 77.14 -
System Red Green Blue C M Y K H S L
Decimal 61 185 48 0.67 0 0.74 0.27 114.31 0.59 0.46
Hex 3D B9 30 43 0 4A 1B 72 3B 2E
Octal 75 271 60 103 0 112 33 162 73 56
Binary 111101 10111001 110000 1000011 0 1001010 11011 1110010 111011 101110

Color Harmonies of #3DB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB930

Black with #3DB930

Text Example


Text Example

White with #3DB930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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