Html Css Color HEX #3DB236 Lime Green

📋 copy color: '#3DB236'

red 61 ◦ green 178 ◦ blue 54

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

Shades of Lime Green #3DB236

Tints of Lime Green #3DB236

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.75%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 20.82%
G = 60.75%
B = 18.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#3DB236 (or 0x3DB236) is known color: Lime Green. HEX triplet: 3D, B2 and 36. RGB value is (61,178,54). Sum of RGB (Red+Green+Blue) = 61+178+54=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB236 is #C24DC9. Grayscale: #818181. Windows color (decimal): -12733898 or 3584573. OLE color: 3584573.

HSL color Cylindrical-coordinate representation of color #3DB236: hue angle of 116.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB236 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 178 54 -
CMYK 0.66 0 0.70 0.30
HSL 116.61º 0.53% 0.45% -
HSV(B) 116.61º 0.7% 0.7% -
XYZ 18.51 33.1 8.9 -
YUV 128.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 61 178 54 0.66 0 0.70 0.30 116.61 0.53 0.45
Hex 3D B2 36 42 0 46 1E 75 35 2D
Octal 75 262 66 102 0 106 36 165 65 55
Binary 111101 10110010 110110 1000010 0 1000110 11110 1110101 110101 101101

Color Harmonies of #3DB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB236

Black with #3DB236

Text Example


Text Example

White with #3DB236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,178,54); }

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

background-color css

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

 a { background-color: rgb(61,178,54); }

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

border-color css

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

 span { border-color: rgb(61,178,54); }

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