Html Css Color HEX #3DBB2E Lime Green

📋 copy color: '#3DBB2E'

red 61 ◦ green 187 ◦ blue 46

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

Shades of Lime Green #3DBB2E

Tints of Lime Green #3DBB2E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 63.61%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 20.75%
G = 63.61%
B = 15.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#3DBB2E (or 0x3DBB2E) is known color: Lime Green. HEX triplet: 3D, BB and 2E. RGB value is (61,187,46). Sum of RGB (Red+Green+Blue) = 61+187+46=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB2E is #C244D1. Grayscale: #858585. Windows color (decimal): -12731602 or 3062589. OLE color: 3062589.

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

Color convert

RGB 61 187 46 -
CMYK 0.67 0 0.75 0.27
HSL 113.62º 0.61% 0.46% -
HSV(B) 113.62º 0.75% 0.73% -
XYZ 20.19 36.73 8.61 -
YUV 133.25 78.76 76.46 -
System Red Green Blue C M Y K H S L
Decimal 61 187 46 0.67 0 0.75 0.27 113.62 0.61 0.46
Hex 3D BB 2E 43 0 4B 1B 72 3D 2E
Octal 75 273 56 103 0 113 33 162 75 56
Binary 111101 10111011 101110 1000011 0 1001011 11011 1110010 111101 101110

Color Harmonies of #3DBB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBB2E

Black with #3DBB2E

Text Example


Text Example

White with #3DBB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,187,46); }

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

background-color css

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

 a { background-color: rgb(61,187,46); }

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

border-color css

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

 span { border-color: rgb(61,187,46); }

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