Html Css Color HEX #3DB830 Lime Green

📋 copy color: '#3DB830'

red 61 ◦ green 184 ◦ blue 48

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

Shades of Lime Green #3DB830

Tints of Lime Green #3DB830

RGB

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

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

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

R = 20.82%
G = 62.8%
B = 16.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#3DB830 (or 0x3DB830) is known color: Lime Green. HEX triplet: 3D, B8 and 30. RGB value is (61,184,48). Sum of RGB (Red+Green+Blue) = 61+184+48=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB830 is #C247CF. Grayscale: #848484. Windows color (decimal): -12732368 or 3192893. OLE color: 3192893.

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

Color convert

RGB 61 184 48 -
CMYK 0.67 0 0.74 0.28
HSL 114.26º 0.59% 0.45% -
HSV(B) 114.26º 0.74% 0.72% -
XYZ 19.6 35.49 8.61 -
YUV 131.72 80.75 77.56 -
System Red Green Blue C M Y K H S L
Decimal 61 184 48 0.67 0 0.74 0.28 114.26 0.59 0.45
Hex 3D B8 30 43 0 4A 1C 72 3B 2D
Octal 75 270 60 103 0 112 34 162 73 55
Binary 111101 10111000 110000 1000011 0 1001010 11100 1110010 111011 101101

Color Harmonies of #3DB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB830

Black with #3DB830

Text Example


Text Example

White with #3DB830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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